aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-05 18:05:09 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-05 18:05:09 -0500
commit439e6ebdc2a546e79edf80f61a5539c819a7bd7f (patch)
treeb525a75372d430a23fb5395a53080357f6a27b97 /running.md
parent776bdd6ec954a123b22df1f4de06bdd6c3edd18c (diff)
Minor changes to running BQN doc
Diffstat (limited to 'running.md')
-rw-r--r--running.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/running.md b/running.md
index 093e6526..32c676e9 100644
--- a/running.md
+++ b/running.md
@@ -17,7 +17,7 @@ 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.
-- [Rust](https://github.com/cannadayr/rsbqn/), for embedding in Erlang (the [Erlang](https://github.com/cannadayr/ebqn) version is abandoned as too slow).
+- [Rust](https://github.com/cannadayr/rsbqn/), motivated by web use (an [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
@@ -27,7 +27,7 @@ The file [docs/bqn.js](docs/bqn.js) is zero-dependency Javascript, and can be lo
Several sites run using JS-based BQN:
- [The main online REPL](https://mlochbaum.github.io/BQN/try.html).
- Razetime's [alternative](https://razetime.github.io/bqn-repl/) runs as a continuous session so you can save results.
-- [do-stuff-online](https://dso.surge.sh/) considers BQN to be a stuff (it's like Try It Online).
+- [Do Stuff Online](https://dso.surge.sh/) considers BQN to be a stuff (it's like Try It Online).
- This [Observable notebook](https://observablehq.com/@lsh/bqn) can be imported into other notebooks.
- [BQN-80](https://dancek.github.io/bqn-80): make animations with BQN.