From d60e28f547fbb4f32434c453cf8dcb4605a5f54a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 6 Apr 2022 19:37:51 -0400 Subject: =?UTF-8?q?Implement=20under=20=E2=9A=87=20(only=20negative=20and?= =?UTF-8?q?=20infinite=20depths=20can=20be=20supported)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/running.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/running.html') diff --git a/docs/running.html b/docs/running.html index 7fea2682..58f488d1 100644 --- a/docs/running.html +++ b/docs/running.html @@ -18,7 +18,7 @@

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 syntax specified so far, and all primitives except a few cases of structural Under (). System value support varies at it's implemented separately in each host.

+

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 functionality specified so far (really it's ahead of the spec, which has some flaws to be addressed). System value support varies at it's implemented separately in each host.

Support in the following languages has been implemented: