aboutsummaryrefslogtreecommitdiff
path: root/docs/implementation/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/implementation/index.html')
-rw-r--r--docs/implementation/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<li><a href="vm.html">The BQN virtual machine and runtime</a>: the non-self-hosted parts of the BQN implementation, or those needed to port it to a new platform.</li>
<li><a href="primitive/index.html">Notes on implementing primitives</a></li>
<li><a href="compile/index.html">Notes on compilation</a></li>
-<li><a href="codfns.html">Comparison to Co-dfns</a>, the only other array-based compiler.</li>
+<li><a href="codfns.html">Comparison to Co-dfns</a>, the other array-based compiler (plus the newer Pareas).</li>
</ul>
<p>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.</p>
<ul>