Glyph: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky No edit summary |
Miraheze>Adám Brudzewsky m (Text replacement - "{{APL programming language}}" to "{{APL features}}") |
||
Line 3: | Line 3: | ||
Prior to the widespread adoption of [[wikipedia:Unicode|Unicode]], many special-purpose code pages were used to represent APL symbols (see [[Wikipedia: Digital encoding of APL symbols]]). | Prior to the widespread adoption of [[wikipedia:Unicode|Unicode]], many special-purpose code pages were used to represent APL symbols (see [[Wikipedia: Digital encoding of APL symbols]]). | ||
{{APL | {{APL features}} |
Revision as of 23:36, 16 November 2019
Glyphs are the individual characters and symbols used in APL, primarily to represent primitive functions and operators.
Prior to the widespread adoption of Unicode, many special-purpose code pages were used to represent APL symbols (see Wikipedia: Digital encoding of APL symbols).
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 |