diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-23 18:02:45 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-23 18:03:44 -0500 |
| commit | 20d9ab860130bbe416f6978acfbeab73a89699c7 (patch) | |
| tree | 43a63b95a97d580a1b4289d5eda94c112e31aac3 /docs | |
| parent | a62f1adff383398fae6c942d8ebe9d3fee4fdd8e (diff) | |
Add cxbqn to VM list
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/running.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/running.html b/docs/running.html index 02e43805..7b5839ed 100644 --- a/docs/running.html +++ b/docs/running.html @@ -13,7 +13,8 @@ <p>Support in the following languages has been implemented:</p> <ul> <li>Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.</li> -<li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Some parts are fast, some are not.</li> +<li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Many parts are fast, some are not.</li> +<li><a href="https://github.com/ashermancinelli/cxbqn">C++</a>, planning to enable GPU use. It works but is still early-stage.</li> <li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/bqn.bqn">bqn.bqn</a>), for testing the compiler easily.</li> <li><a href="https://github.com/cannadayr/ebqn">Erlang</a>, intended for embedding. Too slow to be practical; a <a href="https://github.com/cannadayr/ebqn-rs/">Rust version</a> is in progress to fix this.</li> </ul> |
