aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-11-28 16:45:15 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-11-28 16:45:15 -0500
commit27cefb68063a926c2a764ab449ff25fec52a5b18 (patch)
tree035330abfcb4f1c126e6cee67e980d4df072ecc7
parent556991ce0bc6b73de753f86db4d9d428d5862bcb (diff)
week.golf now supports BQN
-rw-r--r--docs/running.html8
-rw-r--r--running.md3
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/running.html b/docs/running.html
index 1489ba93..55f78056 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -39,7 +39,7 @@
</tbody>
</table>
<p>For tools related to running BQN, see the <a href="editors/index.html">editor plugins</a> and <a href="https://mlochbaum.github.io/BQN/fonts.html">fonts page</a>.</p>
-<p>All these websites run BQN (on your computer, except Attempt This Online):</p>
+<p>All these websites run BQN (on your computer, except the CBQN ones):</p>
<table>
<thead>
<tr>
@@ -98,6 +98,12 @@
<td>JS</td>
<td>Create animations</td>
</tr>
+<tr>
+<td><a href="https://week.golf">week.golf</a></td>
+<td>Challenge</td>
+<td>CBQN</td>
+<td>Code golf</td>
+</tr>
</tbody>
</table>
<p>Further details in the sections below.</p>
diff --git a/running.md b/running.md
index 6f9c2a2d..07442017 100644
--- a/running.md
+++ b/running.md
@@ -15,7 +15,7 @@ Third-party packages are available for Windows and a few Linux distributions. Be
For tools related to running BQN, see the [editor plugins](editors/README.md) and [fonts page](https://mlochbaum.github.io/BQN/fonts.html).
-All these websites run BQN (on your computer, except Attempt This Online):
+All these websites run BQN (on your computer, except the CBQN ones):
| Link | Style | Engine | Comments
|------|-------|--------|---------
@@ -27,6 +27,7 @@ All these websites run BQN (on your computer, except Attempt This Online):
| [ktye/zoo](https://ktye.github.io/zoo/index.html#bqn) | Session | JS | Many array languages
| [Observable](https://observablehq.com/@lsh/bqn) | Notebook | JS | For import in Observable
| [BQN-80](https://dancek.github.io/bqn-80) | One-shot | JS | Create animations
+| [week.golf](https://week.golf) | Challenge | CBQN | Code golf
Further details in the sections below.