diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-06 19:37:51 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-06 19:49:40 -0400 |
| commit | d60e28f547fbb4f32434c453cf8dcb4605a5f54a (patch) | |
| tree | 23bfb7cb69205c48d26b461e451cb0701d441168 /running.md | |
| parent | 171de83f2181d28c45cec01613bb6d576f286763 (diff) | |
Implement under ⚇ (only negative and infinite depths can be supported)
Diffstat (limited to 'running.md')
| -rw-r--r-- | running.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
