APL\iv: Difference between revisions

Jump to navigation Jump to search
85 bytes added ,  18:15, 28 December 2020
m
typo
m (typo)
(3 intermediate revisions by one other user not shown)
Line 12: Line 12:
| platforms                = Go-supported platforms
| platforms                = Go-supported platforms
| license                  = Unknown
| license                  = Unknown
| website                  = [https://github.com/ktye/iv Github]
| website                  = [https://github.com/ktye/iv GitHub]
| influenced by            = [[Dyalog APL]], [[APL2]], [[ISO/IEC 13751:2001]], [[K]], [[wikipedia:Go (programming language)|Go]]
| influenced by            = [[Dyalog APL]], [[APL2]], [[ISO/IEC 13751:2001]], [[K]], [[wikipedia:Go (programming language)|Go]]
}}
}}
Line 18: Line 18:
'''APL\iv''' is an APL implementation written in [[wikipedia:Go (programming language)|Go]] and based primarily on [[Dyalog APL]] documentation. It is intended to be small in implementation size and to share Go's cross-platform and interoperability capabilities. APL\iv does not include a full [[nested array model]], instead using flat arrays but allowing nested lists when nesting is required. It also simplifies parsing by omitting user-defined operators while requiring user-defined functions to use lowercase names and arrays to use uppercase names. Despite these simplifications APL\iv provides many powerful features from Dyalog APL, such as [[Selective assignment|selective]] and [[modified assignment]], from [[K]], such as [[Dictionary|dictionaries]] and tables, and from Go, such as structs and channels.
'''APL\iv''' is an APL implementation written in [[wikipedia:Go (programming language)|Go]] and based primarily on [[Dyalog APL]] documentation. It is intended to be small in implementation size and to share Go's cross-platform and interoperability capabilities. APL\iv does not include a full [[nested array model]], instead using flat arrays but allowing nested lists when nesting is required. It also simplifies parsing by omitting user-defined operators while requiring user-defined functions to use lowercase names and arrays to use uppercase names. Despite these simplifications APL\iv provides many powerful features from Dyalog APL, such as [[Selective assignment|selective]] and [[modified assignment]], from [[K]], such as [[Dictionary|dictionaries]] and tables, and from Go, such as structs and channels.


{{APL dialects}}[[Category:APL dialects]][[Category:Tacit programming]]
{{APL dialects}}[[Category:APL dialects]][[Category:Nested array languages]][[Category:Leading axis languages]][[Category:Languages with tacit programming]]

Navigation menu