aboutsummaryrefslogtreecommitdiff
path: root/docs/running.html
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 /docs/running.html
parent776bdd6ec954a123b22df1f4de06bdd6c3edd18c (diff)
Minor changes to running BQN doc
Diffstat (limited to 'docs/running.html')
-rw-r--r--docs/running.html4
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>