From a50d359a82c9183dc74530575a99130fda050d82 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 12 Jan 2021 15:45:33 -0500 Subject: Mention Matrix channel integration --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.html') 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 @@

If you're already an array programmer, then you're in better shape: the current documentation covers nearly all differences from APL, and the BQN-Dyalog APL dictionary 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 primitives—if these differences don't seem important to you then you don't understand them! BQN's based array model 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 syntactic roles 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 functional programming.

A useful tool for both beginners and experienced users is BQNcrate, 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.

Where can I find BQN users?

-

Most BQN users are active on 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 official place to ask BQN programming questions is topanswers.xyz/apl. 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.

+

Most BQN users are active on 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 channel #apl:matrix.org is similarly linked.

+

The official place to ask BQN programming questions is 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 shown in my Github profile.

-- cgit v1.2.3