From 86497094c33e53600917b01db592650e6504e706 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 26 Sep 2022 21:53:25 -0400 Subject: Table of BQN packages --- docs/running.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/running.html b/docs/running.html index 26d3a155..56dc89e7 100644 --- a/docs/running.html +++ b/docs/running.html @@ -6,7 +6,43 @@

How to run BQN

CBQN is the primary offline implementation. Scripts in this repository start with #! /usr/bin/env bqn in order to look up the user's bqn executable, which is expected to be CBQN.

-

Some Linux distributions have third-party BQN packages: for general use I recommend cbqn from nixpkgs (Nix), cbqn-git from the AUR (Arch), and bqn in development Guix (not 1.3.0). There are also third party Windows builds hosted on Github.

+

Third-party packages are available for Windows and a few Linux distributions. Our Singeli code is used for faster implementations of primitives on x86; generally, for the best performance, you'll have to compile CBQN for the target hardware instead of using packages.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OS/distroPackageTypeSingeli
Windows downloadWinBQNBinaryNo
Arch AURcbqn-gitSourceNo
NixcbqnSource/BinaryNo
GuixcbqnSource/BinaryYes

For tools related to running BQN, see the editor plugins and fonts page.

All these websites run BQN (on your computer, except Attempt This Online):

-- cgit v1.2.3