diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-22 16:09:54 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-22 16:09:54 -0400 |
| commit | d9017928786dc30cc58f2610c7e76bd279e6eaf8 (patch) | |
| tree | aad07f89d4ec9105f22041324cd68100336d4328 /docs | |
| parent | 0afbb4164ceaf89aedb546ba1efdc121aeea8c48 (diff) | |
BQN.jl moved to Github
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/running.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running.html b/docs/running.html index 2870361c..07ee02c5 100644 --- a/docs/running.html +++ b/docs/running.html @@ -70,7 +70,7 @@ <li><a href="https://github.com/dzaima/CBQN">C</a>, targetting high performance. Usually fairly fast.</li> <li>Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.</li> <li>BQN (<a href="https://github.com/mlochbaum/BQN/blob/master/bqn.bqn">bqn.bqn</a>), for testing without a build step.</li> -<li><a href="https://git.sr.ht/~andreypopp/BQN.jl">Julia</a> embedding, with common primitives implemented natively. Slow startup.</li> +<li><a href="https://github.com/andreypopp/BQN.jl">Julia</a> embedding, with common primitives implemented natively. Slow startup.</li> <li><a href="https://github.com/ashermancinelli/cxbqn">C++</a>, planning to enable GPU use. Still slow; some cool features.</li> <li><a href="https://github.com/cannadayr/rsbqn/">Rust</a>, motivated by web use (an <a href="https://github.com/cannadayr/ebqn">Erlang</a> version is abandoned as too slow).</li> </ul> |
