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 --- running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'running.md') diff --git a/running.md b/running.md index b84d9e7c..f1e40840 100644 --- a/running.md +++ b/running.md @@ -22,7 +22,7 @@ Further details in the sections below. ### Self-hosted BQN -This version of BQN is [implemented](implementation/README.md) mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows [embedding](doc/embed.md), 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](implementation/README.md) mainly in BQN itself, but a host language supplies basic functionality and can also replace primitives for better performance. This also allows [embedding](doc/embed.md), 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): - [C](https://github.com/dzaima/CBQN), targetting high performance. Usually fairly fast. -- cgit v1.2.3