Discovering APL: Difference between revisions

Jump to navigation Jump to search
9 bytes added ,  21:05, 10 September 2022
m
Text replacement - "<source" to "<syntaxhighlight"
m (Essays category)
m (Text replacement - "<source" to "<syntaxhighlight")
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>+⌿÷≢</source>


rather than
rather than

Navigation menu