aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-31 08:15:14 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-05-31 08:15:14 -0400
commitf0d58667085fee808a59b9c9e7667ad18d074cdf (patch)
tree1e66cf72a2c3a700fa4710c98a31e89fbfa42dd8 /docs
parent14322d0923ee973f80121f1c26277a838da6198c (diff)
Spelling
Diffstat (limited to 'docs')
-rw-r--r--docs/running.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/running.html b/docs/running.html
index 2246d689..85246d45 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -68,7 +68,7 @@
<p>This version of BQN is <a href="implementation/index.html">implemented</a> mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows <a href="doc/embed.html">embedding</a>, where programs in the host language can include BQN code. It fully supports all functionality specified so far. System value support varies at it's implemented separately in each host.</p>
<p>Support in the following languages has been implemented (details in the subsections below):</p>
<ul>
-<li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Usually fairly fast.</li>
+<li><a href="https://github.com/dzaima/CBQN">C</a>, targeting high performance. Usually fairly fast.</li>
<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/andreypopp/BQN.jl">Julia</a> embedding, with common primitives implemented natively. Slow startup.</li>
@@ -91,4 +91,4 @@
</pre>
<p>If compiled with Native Image, <code><span class='Value'>nBQN</span></code> can be used directly instead.</p>
<h3 id="bqn2ngn"><a class="header" href="#bqn2ngn">BQN2NGN</a></h3>
-<p><a href="https://github.com/mlochbaum/BQN2NGN">BQN2NGN</a> is a prototype implementation in Javascript built to experiment with the langauge. It's now abandoned.</p>
+<p><a href="https://github.com/mlochbaum/BQN2NGN">BQN2NGN</a> is a prototype implementation in Javascript built to experiment with the language. It's now abandoned.</p>