aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 11:31:10 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 11:31:10 -0400
commitff915ccd3db19b39f5c472700d8eeee23f8dc1d1 (patch)
treef9417faa6788e5408e95dc4159d1d08c9d824dcf /running.md
parent535606ef04ae6a3a6370df4e8b32226b44106d46 (diff)
Progress in migrating from dzaima/BQN
Diffstat (limited to 'running.md')
-rw-r--r--running.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/running.md b/running.md
index cbc921d2..7cdf45b1 100644
--- a/running.md
+++ b/running.md
@@ -2,7 +2,7 @@
# How to run BQN
-[CBQN](https://github.com/dzaima/CBQN) is now the primary offline implementation. However, many scripts have been written for dzaima/BQN and they're not all transferred over yet. Scripts in this repository use `bqn` in the `#!` line if self-hosted or dzaima/BQN can run them, and `dbqn` if only dzaima/BQN works.
+[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.
### Self-hosted BQN
@@ -42,7 +42,7 @@ If compiled with Native Image, `nBQN` can be used directly instead.
#### dzaima+reference BQN
-This repository contains a dzaima/BQN script `dzref` that fills in gaps in primitive support with BQN implementations. dzaima/BQN has good enough primitive support that I now almost never use this, but it's still needed for the website generator md.bqn. The command-line arguments are a script to run and followed by the `•args` to supply to it.
+This repository contains a dzaima/BQN script `dzref` that fills in gaps in primitive support with BQN implementations. It was used for md.bqn for a while and is no longer used now. The command-line arguments are a script to run and followed by the `•args` to supply to it.
### BQN2NGN