From c1ec8006fd1a637e7a647f06460d23c2b3e8e12b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 14 Sep 2021 16:33:10 -0400 Subject: Add standalone forums page --- docs/community/forums.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/community/forums.html (limited to 'docs/community/forums.html') diff --git a/docs/community/forums.html b/docs/community/forums.html new file mode 100644 index 00000000..8406f4ef --- /dev/null +++ b/docs/community/forums.html @@ -0,0 +1,43 @@ + + + + BQN chat forums + + +

BQN chat forums

+ + + + + + + + + + + + + + + + + + + + + + + +
DiscordMatrix…in Element
All roomsInvite#array:matrix.orgSpace
BQN room#bqn:matrix.orgRoom
+

The BQN forum consists of a Matrix channel, and one room in a Discord server, that are bridged together. Neither is primary and there are many users on each, and a few that use both. The Discord server contains rooms for array programming in general and for other languages such as APL, J, and k, and these are individually bridged to other Matrix channels.

+

Matrix

+

To avoid having to hunt down all these channels they're gathered into the Matrix space linked above. Most clients don't yet support spaces; you can enable them as a beta feature and join the space to see the channels in it. There's nothing special about the channels so once you join one you'll be able to use it from any other Matrix client as well.

+

Being an open protocol, Matrix allows third-party clients (Element is first-party, created by the protocols designers), and there are many available. Most are lacking in features or otherwise difficult to use. For a desktop client, Nheko seems to be the best chance of a good experience.

+

BQNBot

+

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. For longer blocks, you can start a new line after bqn), and use a multi-line code block, as shown below.

+
bqn)
+```
+some←code←↕10  # Comment
+code+some
+```
+
-- cgit v1.2.3