From 20d9ab860130bbe416f6978acfbeab73a89699c7 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 23 Nov 2021 18:02:45 -0500 Subject: Add cxbqn to VM list --- docs/running.html | 3 ++- running.md | 3 ++- 2 files changed, 4 insertions(+), 2 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 @@

Support in the following languages has been implemented:

diff --git a/running.md b/running.md index 013836d7..7ef69b84 100644 --- a/running.md +++ b/running.md @@ -14,7 +14,8 @@ This version of BQN is [implemented](implementation/README.md) mainly in BQN its Support in the following languages has been implemented: - Javascript, in this repository. Slow (compiles at ~5kB/s) but usable. -- [C](https://github.com/dzaima/CBQN), targetting high performance. Some parts are fast, some are not. +- [C](https://github.com/dzaima/CBQN), targetting high performance. Many parts are fast, some are not. +- [C++](https://github.com/ashermancinelli/cxbqn), planning to enable GPU use. It works but is still early-stage. - BQN ([bqn.bqn](bqn.bqn)), for testing the compiler easily. - [Erlang](https://github.com/cannadayr/ebqn), intended for embedding. Too slow to be practical; a [Rust version](https://github.com/cannadayr/ebqn-rs/) is in progress to fix this. -- cgit v1.2.3