aboutsummaryrefslogtreecommitdiff
path: root/implementation
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-16 16:00:10 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-16 16:00:10 -0400
commite805ea5b474ec1226317907d900f0293788cff61 (patch)
treee7d14b6b0cc9fff3087e2e8bd69488ed7c1f8ffb /implementation
parent79e3fc3540eca37828e6f8d5ce22941fec25020d (diff)
Add link to html version to codfns.md
Diffstat (limited to 'implementation')
-rw-r--r--implementation/codfns.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/implementation/codfns.md b/implementation/codfns.md
index f80733c2..633e498a 100644
--- a/implementation/codfns.md
+++ b/implementation/codfns.md
@@ -1,3 +1,5 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/implementation/codfns.html).*
+
# Co-dfns versus BQN's implementation
The BQN self-hosted compiler is directly inspired by the [Co-dfns](https://github.com/Co-dfns/Co-dfns) project, a compiler for a subset of [Dyalog APL](../doc/fromDyalog.md). 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.