From afa17dfda2fb4fcc74e58236b2bf86f9ba6c50a4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 22 Aug 2020 14:15:28 -0400 Subject: Add favicon --- docs/implementation/codfns.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/implementation') diff --git a/docs/implementation/codfns.html b/docs/implementation/codfns.html index 275a33c5..ee92de65 100644 --- a/docs/implementation/codfns.html +++ b/docs/implementation/codfns.html @@ -1,4 +1,7 @@ - + + + +

Co-dfns versus BQN's implementation

The BQN self-hosted compiler is directly inspired by the Co-dfns project, a compiler for a subset of Dyalog APL. I'm very grateful to Aaron for showing that array-oriented compilation is even possible! In addition to the obvious difference of target language, BQN differs from Co-dfns both in goals and methods.

-- cgit v1.2.3