aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-20 15:49:49 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-20 15:49:49 -0400
commit6725e49e3a0ad356c1de12d73abea5d712a2883b (patch)
treedce68c26f24b85e3eca29d54c208d3e4dc73e2a0 /docs
parentf8d53f2a981bcbb93f53b11f21563ca477b7915a (diff)
We have a code-evaluating forum bot now
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html3
1 files changed, 2 insertions, 1 deletions
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 @@
<p><a href="doc/index.html">documentation</a> • <a href="spec/index.html">specification</a> • <a href="tutorial/index.html">tutorials</a> • <a href="implementation/index.html">implementation</a></p>
</center>
-<p><em>Try it online below or <a href="https://mlochbaum.github.io/BQN/try.html">here</a>, and see <a href="running.html">running.md</a> for more options.</em></p>
+<p><em>Try it online below, on <a href="https://mlochbaum.github.io/BQN/try.html">this page</a>, or <a href="#where-can-i-find-bqn-users">in our chat</a>. Offline options <a href="running.html">here</a>.</em></p>
<div class='cont'>
<div class='kb'></div>
<div class='rel'>
@@ -59,5 +59,6 @@
<p>A useful tool for both beginners and experienced users is <a href="https://mlochbaum.github.io/bqncrate/"><strong>BQNcrate</strong></a>, 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.</p>
<h2 id="where-can-i-find-bqn-users">Where can I find BQN users?</h2>
<p>There's a BQN channel on <a href="https://matrix.org/">Matrix</a> (#bqn:matrix.org), which can be opened in the Element client with <a href="https://app.element.io/#/room/%23bqn:matrix.org">this link</a>, and one on Discord that you can join with <a href="https://discord.gg/bKZJJkv2">this invite</a>. 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 <a href="https://apl.chat">APL Orchard</a> forum, but I can <a href="commentary/orchard.html">no longer recommend</a> it for discussing BQN.</p>
+<p>BQNBot will run your code from chat! Begin your message with <code><span class='Value'>bqn</span><span class='Paren'>)</span></code> and our friend (designation B-QN) will evaluate the rest and show the output. While putting your code in blocks <code><span class='Modifier'>`</span><span class='Value'>like</span> <span class='Value'>this</span><span class='Modifier'>`</span></code> is easier to read, the bot just operates on plain text and doesn't require it.</p>
<p>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 <a href="https://topanswers.xyz/apl">topanswers.xyz/apl</a> with the &quot;bqn&quot; tag.</p>
<p>In addition to these forums, you can contact me personally via Github issues or with the email address shown in my Github profile.</p>