aboutsummaryrefslogtreecommitdiff
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
parent534503acaccb761358823cd7e25f4a877ad85e23 (diff)
Link to BQNPAD in running.md
-rw-r--r--docs/running.html3
-rw-r--r--running.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/running.html b/docs/running.html
index 7d2b6f7d..da90e6e3 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -10,7 +10,8 @@
<p>There are many websites where you can run BQN as well. All but Attempt This Online are based on Javascript BQN.</p>
<ul>
<li><a href="https://mlochbaum.github.io/BQN/try.html">The main online REPL</a>.</li>
-<li>Razetime's <a href="https://razetime.github.io/bqn-repl/">alternative</a> runs as a continuous session so you can save results.</li>
+<li><a href="https://bqnpad.mechanize.systems/">BQNPAD</a> is a fancy syntax-highlighted REPL (preview results as you type!).</li>
+<li>Razetime's simpler <a href="https://razetime.github.io/bqn-repl/">alternative</a> also runs as a continuous session.</li>
<li>Try It Online format: <a href="https://ato.pxeger.com/run?1=m704qTBvwYKlpSVpuhZoFJQGAA">Attempt This Online</a> runs CBQN server-side; <a href="https://dso.surge.sh/#bqn">Do Stuff Online</a> runs JS BQN locally.</li>
<li>This <a href="https://observablehq.com/@lsh/bqn">Observable notebook</a> can be imported into other notebooks.</li>
<li><a href="https://dancek.github.io/bqn-80">BQN-80</a>: make animations with BQN.</li>
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.