aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 20:08:39 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 20:08:39 -0400
commit1b4975d31806f045d966109d96bdffb1da0f3259 (patch)
tree65d289006d074f5590791a82dfe8141e0e623b48 /running.md
parentc601aa5d2d49f572ddd4240bf1c7bbca12d7b7a6 (diff)
Add a new bqn.bqn that uses the VM
Diffstat (limited to 'running.md')
-rw-r--r--running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/running.md b/running.md
index 9582ce53..013836d7 100644
--- a/running.md
+++ b/running.md
@@ -15,7 +15,7 @@ This version of BQN is [implemented](implementation/README.md) mainly in BQN its
Support in the following languages has been implemented:
- Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.
- [C](https://github.com/dzaima/CBQN), targetting high performance. Some parts are fast, some are not.
-- BQN ([vm.bqn](vm.bqn)), for testing the compiler easily.
+- BQN ([bqn.bqn](bqn.bqn)), for testing the compiler easily.
- [Erlang](https://github.com/cannadayr/ebqn), intended for embedding. Too slow to be practical; a [Rust version](https://github.com/cannadayr/ebqn-rs/) is in progress to fix this.
#### Javascript