Template:APL features: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky No edit summary |
m (First-class function) |
||
(27 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
{| class="wikitable <includeonly>{{{1|mw-collapsible mw-collapsed}}}</includeonly>" style="width:100%" | {| class="wikitable <includeonly>{{{1|mw-collapsible mw-collapsed}}}</includeonly>" style="width:100%" | ||
! colspan="2" | '''<big>APL features</big>''' [[{{fullurl:Template:APL_features|action=edit}} edit]] | ! colspan="2" | '''<big>APL features</big>''' [[{{fullurl:Template:APL_features|action=edit}} edit]] | ||
|- | |- | ||
! [[Built-ins]] | ! [[Built-ins]] | ||
| [[Primitive function]] | | [[Primitives]] ([[Primitive function|function]]s, [[Primitive operator|operator]]s) ∙ [[Quad name]] | ||
|- | |- | ||
! [[Array model]] | ! [[Array model]] | ||
| [[Shape]] ∙ [[Rank]] ∙ [[Depth]] ∙ [[Axis]] ∙ [[Ravel]] ∙ [[Element]] ∙ [[Scalar]] ∙ [[Vector]] ∙ [[Matrix]] ∙ [[Simple scalar]] ∙ [[Empty array]] ∙ [[Prototype]] | | [[Shape]] ∙ [[Rank]] ∙ [[Depth]] ∙ [[Bound]] ∙ [[Index]] ([[Indexing]]) ∙ [[Axis]] ∙ [[Ravel]] ∙ [[Ravel order]] ∙ [[Element]] ∙ [[Scalar]] ∙ [[Vector]] ∙ [[Matrix]] ∙ [[Simple scalar]] ∙ [[Simple array]] ∙ [[Nested array]] ∙ [[Cell]] ∙ [[Major cell]] ∙ [[Subarray]] ∙ [[Empty array]] ∙ [[Prototype]] | ||
|- | |- | ||
! | ! Data types | ||
| [[ | | [[Number]] ([[Boolean]], [[Complex number]]) ∙ [[Character]] ([[String]]) ∙ [[Box]] ∙ [[Namespace]] ∙ [[Function array]] | ||
|- | |- | ||
! Concepts and paradigms | ! Concepts and paradigms | ||
| [[Leading axis | | [[Conformability]] ([[Scalar extension]], [[Leading axis agreement]]) ∙ [[Scalar function]] ([[Pervasion]]) ∙ [[Identity element]] ∙ [[Complex floor]] ∙ [[Array ordering]] ([[Total array ordering|Total]]) ∙ [[Tacit programming]] ([[Function composition]], [[Close composition]]) ∙ [[Glyph]] ∙ [[Leading axis theory]] ∙ [[Major cell search]] ∙ [[First-class function]] | ||
|- | |- | ||
! [[Error]]s | ! [[Error]]s | ||
| [[LIMIT ERROR]] ∙ [[RANK ERROR]] | | [[LIMIT ERROR]] ∙ [[RANK ERROR]] ∙ [[SYNTAX ERROR]] ∙ [[DOMAIN ERROR]] ∙ [[LENGTH ERROR]] ∙ [[INDEX ERROR]] ∙ [[VALUE ERROR]] ∙ [[EVOLUTION ERROR]] | ||
|} | |} |
Latest revision as of 19:49, 8 September 2024
APL features [edit] | |
---|---|
Built-ins | Primitives (functions, operators) ∙ Quad name |
Array model | Shape ∙ Rank ∙ Depth ∙ Bound ∙ Index (Indexing) ∙ Axis ∙ Ravel ∙ Ravel order ∙ Element ∙ Scalar ∙ Vector ∙ Matrix ∙ Simple scalar ∙ Simple array ∙ Nested array ∙ Cell ∙ Major cell ∙ Subarray ∙ Empty array ∙ Prototype |
Data types | Number (Boolean, Complex number) ∙ Character (String) ∙ Box ∙ Namespace ∙ Function array |
Concepts and paradigms | Conformability (Scalar extension, Leading axis agreement) ∙ Scalar function (Pervasion) ∙ Identity element ∙ Complex floor ∙ Array ordering (Total) ∙ Tacit programming (Function composition, Close composition) ∙ Glyph ∙ Leading axis theory ∙ Major cell search ∙ First-class function |
Errors | LIMIT ERROR ∙ RANK ERROR ∙ SYNTAX ERROR ∙ DOMAIN ERROR ∙ LENGTH ERROR ∙ INDEX ERROR ∙ VALUE ERROR ∙ EVOLUTION ERROR |