Array notation design considerations: Difference between revisions

Jump to navigation Jump to search
m
Add lang=text to avoid syntax highlighting error
m (Add lang=text to avoid syntax highlighting error)
Line 35: Line 35:
=== 2010 ===
=== 2010 ===


At the 2010 APL Conference in Berlin Dyalog introduced experimental interpreter [[APL#]]. This included a notation for namespaces as name-value pairs between paired double brackets with major and minor separators being line-end and assignment arrow: <source inline>[[name←value ⋄ ...]]</source>; and a sort of extended, multiple expression separated by line-ends and between paired parentheses.  
At the 2010 APL Conference in Berlin Dyalog introduced experimental interpreter [[APL#]]. This included a notation for namespaces as name-value pairs between paired double brackets with major and minor separators being line-end and assignment arrow: <source lang=text inline>[[name←value ⋄ ...]]</source>; and a sort of extended, multiple expression separated by line-ends and between paired parentheses.  


=== 2013 ===
=== 2013 ===

Navigation menu