diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-09-26 21:53:25 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-09-26 21:56:07 -0400 |
| commit | 86497094c33e53600917b01db592650e6504e706 (patch) | |
| tree | ceea7ff4fcb924f0bfc3732696391f8f1c01e583 /running.md | |
| parent | 7fa6f9077057152e2e6c654df003cb6e0aa97d22 (diff) | |
Table of BQN packages
Diffstat (limited to 'running.md')
| -rw-r--r-- | running.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,7 +4,14 @@ [CBQN](https://github.com/dzaima/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](https://github.com/actalley/WinBQN) hosted on Github. +Third-party packages are available for Windows and a few Linux distributions. Our [Singeli](https://github.com/mlochbaum/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/distro | Package | Type | Singeli +|------------------|----------------------------------------------|---------------|-------- +| Windows download | [WinBQN](https://github.com/actalley/WinBQN) | Binary | No +| Arch AUR | `cbqn-git` | Source | No +| Nix | `cbqn` | Source/Binary | No +| Guix | `cbqn` | Source/Binary | Yes For tools related to running BQN, see the [editor plugins](editors/README.md) and [fonts page](https://mlochbaum.github.io/BQN/fonts.html). |
