From 4c7e0e7f01261d471306ac3485ee1b721aab30e6 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 10 Oct 2021 08:23:38 -0400 Subject: Link to ebqn-rs --- docs/running.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/running.html') diff --git a/docs/running.html b/docs/running.html index 8ed679f2..f32d7ae8 100644 --- a/docs/running.html +++ b/docs/running.html @@ -14,7 +14,7 @@
  • Javascript, in this repository. Slow (compiles at ~5kB/s) but usable.
  • C, targetting high performance. Some parts are fast, some are not.
  • dzaima/BQN (bqn.bqn), mainly for testing.
  • -
  • Erlang, intended for embedding. Too slow to be practical yet: minutes to compile short programs.
  • +
  • Erlang, intended for embedding. Too slow to be practical; a Rust version is in progress to fix this.
  • Javascript

    The online REPL is here. The file docs/bqn.js is zero-dependency Javascript, and can be loaded from HTML or Node.js. For command line use, call the Node.js script bqn.js, passing a file and •args, or -e to execute all remaining arguments directly and print the results. This notebook shows how to run it in an Observable notebook.

    -- cgit v1.2.3