From a1b60a18922e578a97e50efe1a2e29863b6f8d92 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 17 Apr 2022 18:00:17 -0400 Subject: Fix the spec's treatment of multiple bodies and predicates --- 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 e66fd124..2870361c 100644 --- a/docs/running.html +++ b/docs/running.html @@ -64,7 +64,7 @@

Further details in the sections below.

Self-hosted BQN

-

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.

+

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. System value support varies at it's implemented separately in each host.

Support in the following languages has been implemented (details in the subsections below):