aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-06 19:37:51 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-06 19:49:40 -0400
commitd60e28f547fbb4f32434c453cf8dcb4605a5f54a (patch)
tree23bfb7cb69205c48d26b461e451cb0701d441168 /running.md
parent171de83f2181d28c45cec01613bb6d576f286763 (diff)
Implement under ⚇ (only negative and infinite depths can be supported)
Diffstat (limited to 'running.md')
-rw-r--r--running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/running.md b/running.md
index 21a6e60e..853501aa 100644
--- a/running.md
+++ b/running.md
@@ -18,7 +18,7 @@ There are many websites where you can run BQN as well. All but Attempt This Onli
See the subsections below for instructions on specific implementations.
-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 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](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.
Support in the following languages has been implemented:
- [C](https://github.com/dzaima/CBQN), targetting high performance. Usually fairly fast.