diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-20 21:24:57 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-20 21:25:02 -0400 |
| commit | 78d16da82c6b99a3259047799d9bd13fa4b36d31 (patch) | |
| tree | e0cabc7f1782c6d4cbcde80d61eb310ba1e44940 | |
| parent | 6dc22c428ea295d85e5767c8bfbd7ed05dc7a4fc (diff) | |
Co-dfns no longer the only other array-based compiler
| -rw-r--r-- | docs/implementation/index.html | 2 | ||||
| -rw-r--r-- | implementation/README.md | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/implementation/README.md b/implementation/README.md index 93dd7daf..0f732406 100644 --- a/implementation/README.md +++ b/implementation/README.md @@ -11,7 +11,7 @@ The remaining part, a Virtual Machine (VM), can be implemented in any language t - [The BQN virtual machine and runtime](vm.md): the non-self-hosted parts of the BQN implementation, or those needed to port it to a new platform. - [Notes on implementing primitives](primitive/README.md) - [Notes on compilation](compile/README.md) -- [Comparison to Co-dfns](codfns.md), the only other array-based compiler. +- [Comparison to Co-dfns](codfns.md), 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. |
