Nested array: Difference between revisions

Jump to navigation Jump to search
494 bytes added ,  22:01, 10 September 2022
m
Text replacement - "</source>" to "</syntaxhighlight>"
Miraheze>Adám Brudzewsky
No edit summary
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(8 intermediate revisions by 5 users not shown)
Line 4: Line 4:


A nested array is a kind of [[pointer array]] and is almost always stored using pointers.
A nested array is a kind of [[pointer array]] and is almost always stored using pointers.
{{APL programming language}}
 
The result of [[Enclose]] on an array other than a [[simple scalar]] is always a nested array. The [[Dyalog APL]] primitive [[Nest]] (<syntaxhighlight lang=apl inline>⊆</syntaxhighlight>), which encloses a [[simple]] argument, is named for this property: it applies the smallest transformation to turn the argument (unless it is a simple scalar) into a nested array.
 
== See also ==
 
* [[NARS]], the first commercial nested APL implementation.
 
{{APL features}}[[Category:Kinds of array]][[Category:Nested array model]]

Navigation menu