aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-03 18:59:48 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-03 18:59:48 -0500
commit8935d20b30c034eae3437d3fd89b0bbb8f793d6b (patch)
tree18e6d9833daee831ed756096e705ba057d0d334f /running.md
parent148f94e2c539202b063c98cc175377f445f48c43 (diff)
Updates on available VMs
Diffstat (limited to 'running.md')
-rw-r--r--running.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/running.md b/running.md
index 43615916..b62f2046 100644
--- a/running.md
+++ b/running.md
@@ -17,7 +17,8 @@ Support in the following languages has been implemented:
- Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.
- BQN ([bqn.bqn](bqn.bqn)), for testing without a build step.
- [C++](https://github.com/ashermancinelli/cxbqn), planning to enable GPU use. Still slow; some cool features.
-- [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.
+- [Rust](https://github.com/cannadayr/rsbqn/), for embedding in Erlang (the [Erlang](https://github.com/cannadayr/ebqn) version is abandoned as too slow).
+- [Julia](https://git.sr.ht/~andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup.
#### Javascript