APL\iv: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Marshall No edit summary |
Miraheze>Marshall mNo edit summary |
||
Line 8: | Line 8: | ||
| developer = [https://github.com/ktye kyte] | | developer = [https://github.com/ktye kyte] | ||
| latest release version = 2019 (unversioned) | | latest release version = 2019 (unversioned) | ||
| implementation | | implementation language = [https://en.wikipedia.org/wiki/Go_(programming_language) Go] | ||
| platforms = Go-supported platforms | | platforms = Go-supported platforms | ||
| license = Unknown | | license = Unknown |
Revision as of 16:44, 28 October 2019
APL\iv is an APL implementation written in 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 and modified assignment, from K, such as dictionaries and tables, and from Go, such as structs and channels.