Ngn/apl: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky |
Miraheze>Adám Brudzewsky No edit summary |
||
Line 15: | Line 15: | ||
| website = [https://gitlab.com/n9n/apl gitlab.com/n9n/apl] | | website = [https://gitlab.com/n9n/apl gitlab.com/n9n/apl] | ||
| influenced by = [[Dyalog APL]] | | influenced by = [[Dyalog APL]] | ||
| run online = [https://repl.it/languages/APL REPL] | |||
}} | }} | ||
Revision as of 22:27, 14 November 2019
An APL interpreter written Nick Nickolov in JavaScript, making it run in a under Node.js or in any modern browser.
ngn/apl supports most primitives, dfns ({⍺ ⍵}
), nested arrays, complex numbers (1j2
), infinities (¯
or ∞
), Trains, strand assignment ((a b)←c
), indexed assignment (a[b]←c
), user-defined operators ({⍺⍺ ⍵⍵}
), but does not support tradfns (∇R←X f Y
), non-zero index origin (⎕IO
), comparison tolerance (⎕CT
), prototypes, modified assignment (x+←1
), Keywords (:If
), Object orientated programming, namespaces.