diff options
Diffstat (limited to 'docs/running.html')
| -rw-r--r-- | docs/running.html | 4 |
1 files changed, 2 insertions, 2 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> |
