diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-15 20:51:25 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-15 20:53:29 -0400 |
| commit | 1ac78a69e09fb73cbcadc1dd16b94c78e75dc9c8 (patch) | |
| tree | 9731be7f3e70125edf95c87930cbf4ec48c0c69a /running.md | |
| parent | c358718f7585bfe615a2590a090d98002ab2a44e (diff) | |
File functions when running in Node.js
Diffstat (limited to 'running.md')
| -rw-r--r-- | running.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # How to run BQN -There are currently two active BQN implementations: the self-hosted one in this repository, and the independent dzaima/BQN. Neither is entirely complete but they are quite capable for pure programming tasks (say, implementing a compiler). For scripting, only dzaima/BQN has the required I/O such as file functions. I tend to develop parts of applications in the online REPL and move to dzaima/BQN scripts in order to run them. +There are currently two active BQN implementations: the self-hosted one in this repository, and the independent dzaima/BQN. Neither is entirely complete but they are quite capable for pure programming tasks (say, implementing a compiler). dzaima/BQN has good performance while self-hosted is about a thousand times slower. I tend to develop parts of applications in the online REPL and move to dzaima/BQN scripts in order to run them. ### BQN |
