aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-22 16:09:54 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-22 16:09:54 -0400
commitd9017928786dc30cc58f2610c7e76bd279e6eaf8 (patch)
treeaad07f89d4ec9105f22041324cd68100336d4328 /running.md
parent0afbb4164ceaf89aedb546ba1efdc121aeea8c48 (diff)
BQN.jl moved to Github
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 f1e40840..80ed11ab 100644
--- a/running.md
+++ b/running.md
@@ -28,7 +28,7 @@ Support in the following languages has been implemented (details in the subsecti
- [C](https://github.com/dzaima/CBQN), targetting high performance. Usually fairly fast.
- Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.
- BQN ([bqn.bqn](bqn.bqn)), for testing without a build step.
-- [Julia](https://git.sr.ht/~andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup.
+- [Julia](https://github.com/andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup.
- [C++](https://github.com/ashermancinelli/cxbqn), planning to enable GPU use. Still slow; some cool features.
- [Rust](https://github.com/cannadayr/rsbqn/), motivated by web use (an [Erlang](https://github.com/cannadayr/ebqn) version is abandoned as too slow).