Template:APL features: Difference between revisions
Jump to navigation
Jump to search
(Group some things) |
(fn arr) |
||
Line 10: | Line 10: | ||
|- | |- | ||
! Data types | ! Data types | ||
| [[Number]] ([[Boolean]], [[Complex number]]) ∙ [[Character]] ([[String]]) ∙ [[Box]] ∙ [[Namespace]] | | [[Number]] ([[Boolean]], [[Complex number]]) ∙ [[Character]] ([[String]]) ∙ [[Box]] ∙ [[Namespace]] ∙ [[Function array]] | ||
|- | |- | ||
! Concepts and paradigms | ! Concepts and paradigms |
Revision as of 08:11, 12 October 2022
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 ∙ Total array ordering ∙ Tacit programming (Function composition, Close composition) ∙ Glyph |
Errors | LIMIT ERROR ∙ RANK ERROR ∙ SYNTAX ERROR ∙ DOMAIN ERROR ∙ LENGTH ERROR ∙ INDEX ERROR ∙ VALUE ERROR |