Strand notation: Difference between revisions

Jump to navigation Jump to search
16 bytes added ,  08:29, 8 February 2021
no edit summary
(Add BQN to list)
No edit summary
Line 5: Line 5:


Several variations on stranding exist:
Several variations on stranding exist:
* In [[Dyalog APL]], [[NARS2000]] and others, arrays are stranded before operator or function evaluation.
* In [[Dyalog APL]], [[NARS2000]], [[APL.68000]], and others, arrays are stranded before operator or function evaluation.
* In [[APL2]], [[APLX]] and others, arrays are stranded after operator evaluation and bracket indexing, but before function evaluation.
* In [[APL2]], [[APLX]] and others, arrays are stranded after operator evaluation and bracket indexing, but before function evaluation.
* In [[APL\360]], [[SHARP APL]] and [[J]] stranding is called '''vector notation''' and is a part of token formation rather than execution. Only plain numbers are stranded.
* In [[APL\360]], [[SHARP APL]] and [[J]] stranding is called '''vector notation''' and is a part of token formation rather than execution. Only plain numbers are stranded.

Navigation menu