From dee27d80962d92bb225e048ed6456794bdafd45e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 30 May 2021 20:13:39 -0400 Subject: CBQN sets FORMATTER by default now --- running.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'running.md') diff --git a/running.md b/running.md index 23028295..8405efb8 100644 --- a/running.md +++ b/running.md @@ -26,8 +26,6 @@ The online REPL is [here](https://mlochbaum.github.io/BQN/try.html). The file [d C sources are kept in the [CBQN](https://github.com/dzaima/CBQN) repository, but they also require the self-hosted bytecode to be built using `genRuntime` in that repository. The script uses `bqn` (whatever that is) by default, but can be run with another BQN executable: bqn.js or dzaima/BQN will work. For example, run `$ path/BQN/bqn.js genRuntime path/BQN/` to bootstrap using Node.js (slow but should be under a minute even on cheap hardware). Once bootstrapped CBQN itself is the fastest option. -Options are configured at the top of `src/h.h`. I uncomment `#define FORMATTER` to get array formatting like this site uses. - CBQN uses the self-hosted runtime to achieve full primitive coverage, and implements specific primitives or parts of primitives natively to speed them up. This means primitives with native support—including everything used by the compiler—are fairly fast while others are much slower. ### dzaima/BQN -- cgit v1.2.3