From 6725e49e3a0ad356c1de12d73abea5d712a2883b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 20 Mar 2021 15:49:49 -0400 Subject: We have a code-evaluating forum bot now --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 155b2695..25e4a3b7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@

documentationspecificationtutorialsimplementation

-

Try it online below or here, and see running.md for more options.

+

Try it online below, on this page, or in our chat. Offline options here.

@@ -59,5 +59,6 @@

A useful tool for both beginners and experienced users is BQNcrate, a searchable collection of BQN snippets to solve particular tasks. If you have a question about how you might approach a problem, give it a try by typing in a relevant keyword or two.

Where can I find BQN users?

There's a BQN channel on Matrix (#bqn:matrix.org), which can be opened in the Element client with this link, and one on Discord that you can join with this invite. The two channels are bridged so that comments in one appear in both. It should also be possible to link in an IRC channel, so contact me or get on one of the existing forums if you'd like to discuss making one. Past BQN discussion has mostly taken place on the APL Orchard forum, but I can no longer recommend it for discussing BQN.

+

BQNBot will run your code from chat! Begin your message with bqn) and our friend (designation B-QN) will evaluate the rest and show the output. While putting your code in blocks `like this` is easier to read, the bot just operates on plain text and doesn't require it.

Asking programming questions in chat won't make it easy for future BQN users to find them. Especially if you have a general question about how the language or its environment works, consider asking at topanswers.xyz/apl with the "bqn" tag.

In addition to these forums, you can contact me personally via Github issues or with the email address shown in my Github profile.

-- cgit v1.2.3