diff options
| -rw-r--r-- | docs/running.html | 4 | ||||
| -rw-r--r-- | running.md | 4 |
2 files changed, 4 insertions, 4 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> @@ -27,7 +27,7 @@ Further details in the sections below. This version of BQN is [implemented](implementation/README.md) mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows [embedding](doc/embed.md), 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. Support in the following languages has been implemented (details in the subsections below): -- [C](https://github.com/dzaima/CBQN), targetting high performance. Usually fairly fast. +- [C](https://github.com/dzaima/CBQN), targeting high performance. Usually fairly fast. - Javascript, in this repository. Slow (compiles at ~5kB/s) but usable. - BQN ([bqn.bqn](bqn.bqn)), for testing without a build step. - [Julia](https://github.com/andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup. @@ -62,4 +62,4 @@ If compiled with Native Image, `nBQN` can be used directly instead. ### BQN2NGN -[BQN2NGN](https://github.com/mlochbaum/BQN2NGN) is a prototype implementation in Javascript built to experiment with the langauge. It's now abandoned. +[BQN2NGN](https://github.com/mlochbaum/BQN2NGN) is a prototype implementation in Javascript built to experiment with the language. It's now abandoned. |
