Running APL: Difference between revisions
Jump to navigation
Jump to search
Miraheze>Adám Brudzewsky No edit summary |
Miraheze>Adám Brudzewsky No edit summary |
||
Line 2: | Line 2: | ||
{|class=wikitable | {|class=wikitable | ||
! Dialect !! Download !! Try It Online !! Interactive | ! Dialect !! Documentation !! Download !! Try It Online !! Interactive | ||
|- | |- | ||
| [[Dyalog APL]] | | [[Dyalog APL]] | ||
| [https://www.dyalog.com/download-zone.htm | | [https://docs.dyalog.com/ Centre] | ||
| [https://tio.run/#apl-dyalog | | [https://www.dyalog.com/download-zone.htm website] | ||
| [https://tio.run/#apl-dyalog #apl-dyalog] | |||
| [https://tryapl.org/ TryAPL] | | [https://tryapl.org/ TryAPL] | ||
|- | |- | ||
| [[dzaima/APL]] | | [[dzaima/APL]] | ||
| [https://github.com/dzaima/apl | | [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs] | ||
| [https://tio.run/#apl-dzaima | | [https://github.com/dzaima/apl GitHub] | ||
| [https://tio.run/#apl-dzaima #apl-dzaima] | |||
| | | | ||
|- | |- | ||
| [[GNU APL]] | | [[GNU APL]] | ||
| [https://www.gnu.org/software/apl/ | | [https://www.gnu.org/software/apl/apl.html info manual] | ||
| [https://www.gnu.org/software/apl/ gnu.org] | |||
| | | | ||
| [http://juergen-sauermann.de/try-GNU-APL try-GNU-APL] | | [http://juergen-sauermann.de/try-GNU-APL try-GNU-APL] | ||
|- | |- | ||
| [[NARS2000]] | | [[NARS2000]] | ||
| [http://www.nars2000.org/download/Download.html | | [http://wiki.nars2000.org/ wiki] | ||
| [http://www.nars2000.org/download/Download.html website] | |||
| | | | ||
| | | | ||
|- | |- | ||
| [[ngn/apl]] | | [[ngn/apl]] | ||
| [https://gitlab.com/n9n/apl | | | ||
| [https://tio.run/#apl-ngn | | [https://gitlab.com/n9n/apl GitLab] | ||
| [https://n9n.gitlab.io/apl/web/index.html | | [https://tio.run/#apl-ngn #apl-ngn] | ||
| [https://n9n.gitlab.io/apl/web/index.html Scripted] ∙ [https://plj541.github.io/APL.js/ Session] ∙ [https://repl.it/languages/APL REPL] | |||
|} | |} | ||
{{APL programming language}} | {{APL programming language}} |
Revision as of 08:34, 4 November 2019
There are a few APL dialects available to download for free without feature limitations, and most of these can be tried online without installing anything.
Dialect | Documentation | Download | Try It Online | Interactive |
---|---|---|---|---|
Dyalog APL | Centre | website | #apl-dyalog | TryAPL |
dzaima/APL | docs | GitHub | #apl-dzaima | |
GNU APL | info manual | gnu.org | try-GNU-APL | |
NARS2000 | wiki | website | ||
ngn/apl | GitLab | #apl-ngn | Scripted ∙ Session ∙ REPL |