aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 08:23:38 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 08:23:38 -0400
commit4c7e0e7f01261d471306ac3485ee1b721aab30e6 (patch)
tree1e07d7eab5c61a0a036d1752eeb4aaadc7685156 /running.md
parente39f04be68554be8bb188d489d3d61fb978cbdd0 (diff)
Link to ebqn-rs
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 4d28355e..cbc921d2 100644
--- a/running.md
+++ b/running.md
@@ -14,7 +14,7 @@ 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.
- dzaima/BQN ([bqn.bqn](bqn.bqn)), mainly for testing.
-- [Erlang](https://github.com/cannadayr/ebqn), intended for embedding. Too slow to be practical yet: minutes to compile short programs.
+- [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