aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-25 18:31:43 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-02-25 18:31:43 -0500
commit0859e3f02d360e2e865d95d20eb80607cafb1e1a (patch)
tree0e0aeeac43b49aaf7d337045cdee1804f8a41243 /running.md
parent534503acaccb761358823cd7e25f4a877ad85e23 (diff)
Link to BQNPAD in running.md
Diffstat (limited to 'running.md')
-rw-r--r--running.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/running.md b/running.md
index b2aed89b..b7fa16f8 100644
--- a/running.md
+++ b/running.md
@@ -8,7 +8,8 @@ Third-party packages to build some BQN implementations are available for both Ni
There are many websites where you can run BQN as well. All but Attempt This Online are based on Javascript 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.
+- [BQNPAD](https://bqnpad.mechanize.systems/) is a fancy syntax-highlighted REPL (preview results as you type!).
+- Razetime's simpler [alternative](https://razetime.github.io/bqn-repl/) also runs as a continuous session.
- Try It Online format: [Attempt This Online](https://ato.pxeger.com/run?1=m704qTBvwYKlpSVpuhZoFJQGAA) runs CBQN server-side; [Do Stuff Online](https://dso.surge.sh/#bqn) runs JS BQN locally.
- 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.