aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--docs/index.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0b479216..77fff34d 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,8 @@ A useful tool for both beginners and experienced users is [**BQNcrate**](https:/
## Where can I find BQN users?
-Most BQN users are active on the [APL Orchard](https://chat.stackexchange.com/rooms/52405/the-apl-orchard) forum. If you (like me) don't have a Stack Overflow or Stack Exchange account with a few points you'll have to send an email to get forum access; see the instructions in the room description. You can also chat there by IRC: a bot mirrors messages back and forth to the #apl freenode channel.
+Most BQN users are active on the [APL Orchard](https://chat.stackexchange.com/rooms/52405/the-apl-orchard) forum. If you (like me) don't have a Stack Overflow or Stack Exchange account with a few points you'll have to send an email to get forum access; see the instructions in the room description. You can also chat there by IRC: a bot mirrors messages back and forth to the #apl freenode channel. The [Matrix](https://matrix.org/) channel #apl:matrix.org is similarly linked.
-The official place to ask BQN programming questions is [topanswers.xyz/apl](https://topanswers.xyz/apl). Tag your questions with "bqn", of course.
+The official place to ask BQN programming questions is [topanswers.xyz/apl](https://topanswers.xyz/apl) (I know it's dead, but I'm still checking it). Tag your questions with "bqn", of course.
-In addition to these forums, you can contact me personally via Github issues or with the email address in my Github profile.
+In addition to these forums, you can contact me personally via Github issues or with the email address shown in my Github profile.
diff --git a/docs/index.html b/docs/index.html
index a18a8471..c9ca4633 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -58,6 +58,6 @@
<p>If you're already an array programmer, then you're in better shape: the current <a href="doc/index.html"><strong>documentation</strong></a> covers nearly all differences from APL, and the BQN-Dyalog APL <a href="doc/fromDyalog.html">dictionary</a> might also be a useful resource. However, you should be aware of two key differences between BQN and existing array languages beyond just the changes of <a href="doc/primitive.html">primitives</a>—if these differences don't seem important to you then you don't understand them! BQN's <a href="doc/based.html">based array model</a> is different from both a flat array model like J and a nested one like APL2, Dyalog, or GNU APL in that it has true non-array values (plain numbers and characters) that are different from depth-0 scalars. BQN also uses <a href="doc/context.html">syntactic roles</a> rather than dynamic type to determine how values interact, that is, what's an argument or operand and so on. This system, along with lexical closures, means BQN fully supports Lisp-style <a href="doc/functional.html">functional programming</a>.</p>
<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>Most BQN users are active on the <a href="https://chat.stackexchange.com/rooms/52405/the-apl-orchard">APL Orchard</a> forum. If you (like me) don't have a Stack Overflow or Stack Exchange account with a few points you'll have to send an email to get forum access; see the instructions in the room description. You can also chat there by IRC: a bot mirrors messages back and forth to the #apl freenode channel.</p>
-<p>The official place to ask BQN programming questions is <a href="https://topanswers.xyz/apl">topanswers.xyz/apl</a>. Tag your questions with &quot;bqn&quot;, of course.</p>
-<p>In addition to these forums, you can contact me personally via Github issues or with the email address in my Github profile.</p>
+<p>Most BQN users are active on the <a href="https://chat.stackexchange.com/rooms/52405/the-apl-orchard">APL Orchard</a> forum. If you (like me) don't have a Stack Overflow or Stack Exchange account with a few points you'll have to send an email to get forum access; see the instructions in the room description. You can also chat there by IRC: a bot mirrors messages back and forth to the #apl freenode channel. The <a href="https://matrix.org/">Matrix</a> channel #apl:matrix.org is similarly linked.</p>
+<p>The official place to ask BQN programming questions is <a href="https://topanswers.xyz/apl">topanswers.xyz/apl</a> (I know it's dead, but I'm still checking it). Tag your questions with &quot;bqn&quot;, of course.</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>