aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/running.html4
-rw-r--r--running.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/running.html b/docs/running.html
index e50a3256..f2add732 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -16,7 +16,7 @@
<li>Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.</li>
<li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/bqn.bqn">bqn.bqn</a>), for testing without a build step.</li>
<li><a href="https://github.com/ashermancinelli/cxbqn">C++</a>, planning to enable GPU use. Still slow; some cool features.</li>
-<li><a href="https://github.com/cannadayr/rsbqn/">Rust</a>, for embedding in Erlang (the <a href="https://github.com/cannadayr/ebqn">Erlang</a> version is abandoned as too slow).</li>
+<li><a href="https://github.com/cannadayr/rsbqn/">Rust</a>, motivated by web use (an <a href="https://github.com/cannadayr/ebqn">Erlang</a> version is abandoned as too slow).</li>
<li><a href="https://git.sr.ht/~andreypopp/BQN.jl">Julia</a> embedding, with common primitives implemented natively. Slow startup.</li>
</ul>
<h4 id="javascript"><a class="header" href="#javascript">Javascript</a></h4>
@@ -25,7 +25,7 @@
<ul>
<li><a href="https://mlochbaum.github.io/BQN/try.html">The main online REPL</a>.</li>
<li>Razetime's <a href="https://razetime.github.io/bqn-repl/">alternative</a> runs as a continuous session so you can save results.</li>
-<li><a href="https://dso.surge.sh/">do-stuff-online</a> considers BQN to be a stuff (it's like Try It Online).</li>
+<li><a href="https://dso.surge.sh/">Do Stuff Online</a> considers BQN to be a stuff (it's like Try It Online).</li>
<li>This <a href="https://observablehq.com/@lsh/bqn">Observable notebook</a> can be imported into other notebooks.</li>
<li><a href="https://dancek.github.io/bqn-80">BQN-80</a>: make animations with BQN.</li>
</ul>
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.