From e805ea5b474ec1226317907d900f0293788cff61 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 16 Aug 2020 16:00:10 -0400 Subject: Add link to html version to codfns.md --- implementation/codfns.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'implementation/codfns.md') 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. -- cgit v1.2.3