From 65bbda31c19445c58a1afc095e7fb89ecab50c30 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 31 Dec 2021 23:28:07 -0500 Subject: Add note about AUR package to running.md --- docs/running.html | 2 +- running.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running.html b/docs/running.html index 7b5839ed..c7f59114 100644 --- a/docs/running.html +++ b/docs/running.html @@ -6,7 +6,7 @@

How to run BQN

CBQN is now the primary offline implementation, and can be used everywhere in this repository, except test/dzaima which is specifically for testing with dzaima/BQN. Scripts start with #! /usr/bin/env bqn in order to look up the user's bqn executable.

-

For Nix users, nixpkgs now has repositories for several implementations; cbqn is recommended for general use.

+

For Nix users, nixpkgs now has repositories for several implementations; cbqn is recommended for general use. Similarly, in Arch Linux, cbqn-git from the AUR is recommended (but I have no contact with the maintainer, so it's entirely unofficial).

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.

diff --git a/running.md b/running.md index 7ef69b84..f921743d 100644 --- a/running.md +++ b/running.md @@ -4,7 +4,7 @@ [CBQN](https://github.com/dzaima/CBQN) is now the primary offline implementation, and can be used everywhere in this repository, except test/dzaima which is specifically for testing with dzaima/BQN. Scripts start with `#! /usr/bin/env bqn` in order to look up the user's `bqn` executable. -For Nix users, nixpkgs now has repositories for several implementations; `cbqn` is recommended for general use. +For Nix users, nixpkgs now has repositories for several implementations; `cbqn` is recommended for general use. Similarly, in Arch Linux, `cbqn-git` from the AUR is recommended (but I have no contact with the maintainer, so it's entirely unofficial). ### Self-hosted BQN -- cgit v1.2.3