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 +++++++++++++++++++++++++++++++++++++++++++ docs/community/index.html | 5 +++-- docs/index.html | 30 +++++++++++++++++++++++++++--- 3 files changed, 73 insertions(+), 5 deletions(-) create mode 100644 docs/community/forums.html (limited to 'docs') 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)
+```
+somecode10  # Comment
+code+some
+```
+
diff --git a/docs/community/index.html b/docs/community/index.html index 61b4d43c..a2a8000a 100644 --- a/docs/community/index.html +++ b/docs/community/index.html @@ -5,12 +5,13 @@

BQN community links

-

Yes, BQN has users! Forums where we discuss things are linked on the main page, and there are a few projects elsewhere as well.

+

Yes, BQN has users! This page gathers links to work by the community. To get in touch, please use our chat forums.

+

For code repositories using BQN, see:

-

You can also see BQN submissions on some sites that encourage shorter-form programming with the links below:

+

And the links below point to BQN submissions on some sites that encourage shorter-form programming.