Discovering APL: Difference between revisions

Jump to navigation Jump to search
43 bytes added ,  22:17, 10 September 2022
m
Text replacement - "</source>" to "</syntaxhighlight>"
No edit summary
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
:''A brief review of APL, its origins and what makes it distinctive.'' By Stephen Taylor (lightly edited for [[APL Wiki]]).
:''A brief review of APL, its origins and what makes it distinctive.'' By [[Stephen Taylor]] (lightly edited for [[APL Wiki]]).


== Origins ==
== Origins ==
Line 47: Line 47:
The glyphs are largely unnecessary and can easily be replaced by reserved words. This can be helpful for a novice who wishes to separate learning syntax and semantics from mastering a keyboard mapping. However most writers prefer the ‘power shorthand’. For example:
The glyphs are largely unnecessary and can easily be replaced by reserved words. This can be helpful for a novice who wishes to separate learning syntax and semantics from mastering a keyboard mapping. However most writers prefer the ‘power shorthand’. For example:


<source lang=apl>+⌿÷≢</source>
<syntaxhighlight lang=apl>+⌿÷≢</syntaxhighlight>


rather than
rather than
Line 95: Line 95:
== References ==
== References ==
<references />
<references />
[[Category:Essays]]

Navigation menu