APL Orchard: Difference between revisions

Jump to navigation Jump to search
800 bytes removed ,  06:30, 18 August 2020
no edit summary
No edit summary
No edit summary
Line 11: Line 11:
==== Virtual meet-ups ====
==== Virtual meet-ups ====
Beginning 9 June 2020, short informal video meetings have begun on weeks without APL Cultivation. The meetings happen at [https://meet.jit.si/APLOrchard meet.jit.si/APLOrchard] and the password is announced in the APL Orchard immediately before the even begins.
Beginning 9 June 2020, short informal video meetings have begun on weeks without APL Cultivation. The meetings happen at [https://meet.jit.si/APLOrchard meet.jit.si/APLOrchard] and the password is announced in the APL Orchard immediately before the even begins.
<!--
 
=== Chat bot ===
=== Chat bot ===


The room features a chat bot which can evaluate single lines of APL. To use it, prefix a chat message by <source lang=apl inline>⍞←</source>, but note that only the first line of the result will come back. Prefix with <source lang=apl inline>⎕←</source> or <source lang=apl inline>⋄</source> for boxed display and multi-line results. Use <source lang=apl inline>]</source> to prefix user commands (without <source lang=apl inline>⍞←</source> or <source lang=apl inline>⎕←</source> or <source lang=apl inline>⋄</source>), including e.g. <source lang=apl inline>]help ⍣</source> for help on the <source lang=apl inline>⍣</source> glyph etc. Do not use markdown, but fixed-width (4 or more initial spaces, which can be inserted by pressing <kbd>Ctrl</kbd>+<kbd>K</kbd>) is fine. This also ensures proper rendering with monospace font and avoids interpretation of APL symbols as markdown.
The room features a chat bot which can evaluate safe APL. To use it, prefix a chat message, inline code, or a code block with <source lang=apl inline>⋄</source>. Using markdown (for example <source lang=md inline>`2+3`</source>) or fixed-width (4 or more initial spaces on each line, which can be inserted by pressing <kbd>Ctrl</kbd>+<kbd>K</kbd>) is recommended to ensures proper rendering with monospace font, and avoids interpretation of APL symbols as markdown.
 
Only a few special [[system command]]s are available: <source lang=apl inline>)lb</source> for language bar, <source lang=apl inline>)docs</source> for full documentation, <source lang=apl inline>)ref</source> for a link to the PDF reference card, <source lang=apl inline>)idioms</source> for a link to a searchable [[idiom|idiomatic expressions]] list.
-->


=== Access ===
=== Access ===

Navigation menu