From 78d16da82c6b99a3259047799d9bd13fa4b36d31 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 20 Jul 2022 21:24:57 -0400 Subject: Co-dfns no longer the only other array-based compiler --- docs/implementation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/implementation/index.html b/docs/implementation/index.html index 3076fee6..3ae4f809 100644 --- a/docs/implementation/index.html +++ b/docs/implementation/index.html @@ -12,7 +12,7 @@
  • The BQN virtual machine and runtime: the non-self-hosted parts of the BQN implementation, or those needed to port it to a new platform.
  • Notes on implementing primitives
  • Notes on compilation
  • -
  • Comparison to Co-dfns, the only other array-based compiler.
  • +
  • Comparison to Co-dfns, the other array-based compiler (plus the newer Pareas).
  • I held a few early forum discussions on the workings of the self-hosted compiler, but aborted these because the interactive format wasn't doing too much. I haven't yet started on non-interactive replacements.