diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-10 11:36:01 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-10 11:36:01 -0400 |
| commit | e1ee58a2f6fb5fa12ced9e200a24e887c3545950 (patch) | |
| tree | 54f8de4ebe35855b3ed9b8e375ffa9cdfbed2b81 | |
| parent | ff915ccd3db19b39f5c472700d8eeee23f8dc1d1 (diff) | |
Point out that there are Nix packages
| -rw-r--r-- | docs/running.html | 1 | ||||
| -rw-r--r-- | running.md | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/running.html b/docs/running.html index 1311333e..3e247156 100644 --- a/docs/running.html +++ b/docs/running.html @@ -6,6 +6,7 @@ <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="index.html">BQN</a></div> <h1 id="how-to-run-bqn"><a class="header" href="#how-to-run-bqn">How to run BQN</a></h1> <p><a href="https://github.com/dzaima/CBQN">CBQN</a> is now the primary offline implementation. However, dzaima/BQN still works, and is used for some testing. Scripts in this repository use <code><span class='Value'>bqn</span></code> in the <code><span class='Comment'>#!</span></code> line if any BQN can run them, and <code><span class='Value'>dbqn</span></code> if only dzaima/BQN works.</p> +<p>For Nix users, nixpkgs now has repositories for several implementations; <code><span class='Value'>cbqn</span></code> is recommended for general use.</p> <h3 id="self-hosted-bqn"><a class="header" href="#self-hosted-bqn">Self-hosted BQN</a></h3> <p>See the subsections below for instructions on specific implementations.</p> <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 primitives except a few cases of structural Under (<code><span class='Modifier2'>⌾</span></code>), and is missing some minor syntax features such as derived 1-modifiers and block returns.</p> @@ -4,6 +4,8 @@ [CBQN](https://github.com/dzaima/CBQN) is now the primary offline implementation. However, dzaima/BQN still works, and is used for some testing. Scripts in this repository use `bqn` in the `#!` line if any BQN can run them, and `dbqn` if only dzaima/BQN works. +For Nix users, nixpkgs now has repositories for several implementations; `cbqn` is recommended for general use. + ### Self-hosted BQN See the subsections below for instructions on specific implementations. |
