aboutsummaryrefslogtreecommitdiff
path: root/docs/running.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/running.html')
-rw-r--r--docs/running.html3
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>