From ff915ccd3db19b39f5c472700d8eeee23f8dc1d1 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 10 Oct 2021 11:31:10 -0400 Subject: Progress in migrating from dzaima/BQN --- docs/running.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/running.html') diff --git a/docs/running.html b/docs/running.html index f32d7ae8..1311333e 100644 --- a/docs/running.html +++ b/docs/running.html @@ -5,7 +5,7 @@

How to run BQN

-

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 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

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.

@@ -31,6 +31,6 @@

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

BQN2NGN is a prototype implementation in Javascript build to experiment with the langauge, which is now abandoned.

-- cgit v1.2.3