Nial: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Added Nial to Left to right category)
No edit summary
Line 1: Line 1:
This article needs to be populated from https://en.wikipedia.org/wiki/Nial and link to https://www.nial-array-language.org/
{{Infobox array language
| array model              = [[nested]]
| index origin            = 0
| function styles          = [[dfn]]-style
| numeric types            = ints, bools, reals
| unicode support          = no
| released                = 1981
| developer                = [[John Gibbons]]
| latest release version  = 7.0 / January 2017
| implementation languages = [[wikipedia:C (programming language)|C]]
| source                  = [https://github.com/danlm/QNial7 GitHub]
| platforms                = x86
| license                  = [[wikipedia:GNU_General_Public_License|GNU GPLv3]]
| website                  = [https://www.nial-array-language.org www.nial-array-language.org]
| file ext                = .nial
| documentation            = [https://www.nial-array-language.org/ndocs Documentation]
| influenced by            = [[Dyalog APL]]
}}
 
'''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 />


[[Category:Array languages]][[Category:Nested array languages]][[Category:ASCII languages]][[Category:Left to right]]
[[Category:Array languages]][[Category:Nested array languages]][[Category:ASCII languages]][[Category:Left to right]]

Revision as of 03:51, 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.

References