aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-14 16:33:10 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-14 16:33:10 -0400
commitc1ec8006fd1a637e7a647f06460d23c2b3e8e12b (patch)
tree76bea10b1cbd66f1856445e886f09e2c673a0e2a /README.md
parentf421346fa5a41fba61cd95dfb57fd4764b495f2d (diff)
Add standalone forums page
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 161c0969..7bdce5a0 100644
--- a/README.md
+++ b/README.md
@@ -80,11 +80,16 @@ A useful tool for both beginners and experienced users is [**BQNcrate**](https:/
## Where can I find BQN users?
-There's a BQN [Matrix](https://matrix.org/) channel at #bqn:matrix.org, which you can see in the Element web client with [this link](https://app.element.io/#/room/%23bqn:matrix.org), and one on Discord that you can join with [this invite](https://discord.gg/SDTW36EhWF). The two channels are bridged so that comments in one appear in both. The Discord server has other array programming channels as well, with the corresponding Matrix channels gathered in [this space](https://app.element.io/#/room/%23array:matrix.org) (link uses Element's spaces beta). BQN and the other channels are very active: you wouldn't believe how many people are here to discuss arrays all day!
+Chat forum links below; either of the bold ones will open in a browser without much hassle if you just want to get on quickly. Further forum details [here](community/forums.md).
-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.
+| | Discord | Matrix | …in Element |
+|-----------|---------------------------------------------|-------------------|-------------|
+| All rooms | [**Invite**](https://discord.gg/SDTW36EhWF) | #array:matrix.org | [Space](https://app.element.io/#/room/%23array:matrix.org)
+| BQN room | | #bqn:matrix.org | [**Room**](https://app.element.io/#/room/%23bqn:matrix.org)
-In addition to these forums, you can contact me personally via Github issues or with the email address shown in my Github profile.
+[Discord](https://en.wikipedia.org/wiki/Discord_(software)) is a popular commercial chat client and Element is a similar UI for the open chat protocol [Matrix](https://matrix.org/). They're bridged together so that messages in one appear in the other. Most discussion happens on these (they're quite active), but see also the [community](community/README.md) page for activities and such in other places.
+
+Also feel free to contact me personally via Github issues or with the email address shown in my Github profile.
## Can I help out?