From e1ee58a2f6fb5fa12ced9e200a24e887c3545950 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 10 Oct 2021 11:36:01 -0400 Subject: Point out that there are Nix packages --- docs/running.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/running.html') 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 @@

How to run BQN

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.

This version of BQN is implemented mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows embedding, where programs in the host language can include BQN code. It fully supports all primitives except a few cases of structural Under (), and is missing some minor syntax features such as derived 1-modifiers and block returns.

-- cgit v1.2.3