From 439e6ebdc2a546e79edf80f61a5539c819a7bd7f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 5 Feb 2022 18:05:09 -0500 Subject: Minor changes to running BQN doc --- docs/running.html | 4 ++-- running.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/running.html b/docs/running.html index e50a3256..f2add732 100644 --- a/docs/running.html +++ b/docs/running.html @@ -16,7 +16,7 @@
  • Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.
  • BQN (bqn.bqn), for testing without a build step.
  • C++, planning to enable GPU use. Still slow; some cool features.
  • -
  • Rust, for embedding in Erlang (the Erlang version is abandoned as too slow).
  • +
  • Rust, motivated by web use (an Erlang version is abandoned as too slow).
  • Julia embedding, with common primitives implemented natively. Slow startup.
  • Javascript

    @@ -25,7 +25,7 @@ diff --git a/running.md b/running.md index 093e6526..32c676e9 100644 --- a/running.md +++ b/running.md @@ -17,7 +17,7 @@ Support in the following languages has been implemented: - Javascript, in this repository. Slow (compiles at ~5kB/s) but usable. - BQN ([bqn.bqn](bqn.bqn)), for testing without a build step. - [C++](https://github.com/ashermancinelli/cxbqn), planning to enable GPU use. Still slow; some cool features. -- [Rust](https://github.com/cannadayr/rsbqn/), for embedding in Erlang (the [Erlang](https://github.com/cannadayr/ebqn) version is abandoned as too slow). +- [Rust](https://github.com/cannadayr/rsbqn/), motivated by web use (an [Erlang](https://github.com/cannadayr/ebqn) version is abandoned as too slow). - [Julia](https://git.sr.ht/~andreypopp/BQN.jl) embedding, with common primitives implemented natively. Slow startup. #### Javascript @@ -27,7 +27,7 @@ The file [docs/bqn.js](docs/bqn.js) is zero-dependency Javascript, and can be lo Several sites run using JS-based BQN: - [The main online REPL](https://mlochbaum.github.io/BQN/try.html). - Razetime's [alternative](https://razetime.github.io/bqn-repl/) runs as a continuous session so you can save results. -- [do-stuff-online](https://dso.surge.sh/) considers BQN to be a stuff (it's like Try It Online). +- [Do Stuff Online](https://dso.surge.sh/) considers BQN to be a stuff (it's like Try It Online). - This [Observable notebook](https://observablehq.com/@lsh/bqn) can be imported into other notebooks. - [BQN-80](https://dancek.github.io/bqn-80): make animations with BQN. -- cgit v1.2.3