From 27cefb68063a926c2a764ab449ff25fec52a5b18 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 28 Nov 2022 16:45:15 -0500 Subject: week.golf now supports BQN --- docs/running.html | 8 +++++++- running.md | 3 ++- 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 @@

For tools related to running BQN, see the editor plugins and fonts page.

-

All these websites run BQN (on your computer, except Attempt This Online):

+

All these websites run BQN (on your computer, except the CBQN ones):

@@ -98,6 +98,12 @@ + + + + + +
JS Create animations
week.golfChallengeCBQNCode golf

Further details in the sections below.

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. -- cgit v1.2.3