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 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> |
