Nial: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(add a few fields to infobox) |
||
Line 11: | Line 11: | ||
| source = [https://github.com/danlm/QNial7 GitHub] | | source = [https://github.com/danlm/QNial7 GitHub] | ||
| platforms = x86 | | platforms = x86 | ||
| operating systems = Linux, Darwin/OSX, Raspbian, Windows | |||
| license = [[wikipedia:GNU_General_Public_License|GNU GPLv3]] | | license = [[wikipedia:GNU_General_Public_License|GNU GPLv3]] | ||
| website = [https://www.nial-array-language.org www.nial-array-language.org] | | website = [https://www.nial-array-language.org www.nial-array-language.org] | ||
| download = [https://github.com/danlm/QNial7/tree/master/binaries QNial7/Binaries] | |||
| file ext = .nial | | file ext = .nial | ||
| documentation = [https://www.nial-array-language.org/ndocs Documentation] | | documentation = [https://www.nial-array-language.org/ndocs Documentation] | ||
| influenced by = [[Dyalog APL]] | | influenced by = [[Dyalog APL]] | ||
| run online = [https://tio.run/##y8tMzPkPBAA Try it online!](may be outdated) | |||
}} | }} | ||
'''Nial''' is an APL-family language being actively maintained and developed by John Gibbons. It uses the [[nested array model]] and closely follows APL-derived languages semantically, where it differs from tradition is with it's use of atlas<ref>[https://www.nial-array-language.org/ndocs/NialDict2.html#atlas Nial Dictionary - Atlas]</ref>, left to right evaluation, and usage of words for builtins and primitive functions. | '''Nial''' is an APL-family language being actively maintained and developed by John Gibbons. It uses the [[nested array model]] and closely follows APL-derived languages semantically, where it differs from tradition is with it's use of atlas<ref>[https://www.nial-array-language.org/ndocs/NialDict2.html#atlas Nial Dictionary - Atlas]</ref>, left to right evaluation, and usage of words for builtins and primitive functions. | ||
== References == | == References == |
Revision as of 04:45, 12 November 2021
Nial is an APL-family language being actively maintained and developed by John Gibbons. It uses the nested array model and closely follows APL-derived languages semantically, where it differs from tradition is with it's use of atlas[1], left to right evaluation, and usage of words for builtins and primitive functions.