Running APL: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
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.
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.
{|class=wikitable
{|class=wikitable
! Dialect !! Documentation !! Download !! [[Try It Online]] !! Interactive
! Dialect !! Documentation !! Download !! [[Try It Online]] or similar !! Interactive
|-
|-
| [[APLX]]<ref>[[MicroAPL]] has [http://microapl.com/apl/ withdrawn] APLX from commercial sale but it can be downloaded free of charge.</ref>
| [[APLX]]<ref>[[MicroAPL]] has [http://microapl.com/apl/ withdrawn] APLX from commercial sale but it can be downloaded free of charge.</ref>
Line 13: Line 13:
| [https://docs.dyalog.com/ Centre]
| [https://docs.dyalog.com/ Centre]
| [https://www.dyalog.com/download-zone.htm website]
| [https://www.dyalog.com/download-zone.htm website]
| [https://tio.run/#apl-dyalog #apl-dyalog]
| [https://tio.run/#apl-dyalog TIO]
| [https://gitpod.io/#https://github.com/Bubbler-4/dyalog-apl-gitpod Gitpod] ∙ Jupyter Notebook: [https://mybinder.org/v2/gh/Bubbler-4/apl-notebooks/master Binder], [https://gitpod.io/#https://github.com/Bubbler-4/apl-notebooks Gitpod]
| [https://gitpod.io/#https://github.com/Bubbler-4/dyalog-apl-gitpod Gitpod] ∙ Jupyter Notebook: [https://mybinder.org/v2/gh/Bubbler-4/apl-notebooks/master Binder], [https://gitpod.io/#https://github.com/Bubbler-4/apl-notebooks Gitpod]
|-
|-
Line 19: Line 19:
| [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs]
| [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs]
| [https://github.com/dzaima/apl GitHub]
| [https://github.com/dzaima/apl GitHub]
| [https://tio.run/#apl-dzaima #apl-dzaima]
| [https://tio.run/#apl-dzaima TIO]
| [https://github.com/dzaima/APL/blob/master/AndroidIDE/readme.md Android app]
| [https://github.com/dzaima/APL/blob/master/AndroidIDE/readme.md Android app]
|-
|-
Line 25: Line 25:
| [https://github.com/abrudz/dyalog-apl-extended/blob/master/README.md#dyalog-apl-extended ReadMe]
| [https://github.com/abrudz/dyalog-apl-extended/blob/master/README.md#dyalog-apl-extended ReadMe]
| [https://github.com/abrudz/dyalog-apl-extended GitHub]
| [https://github.com/abrudz/dyalog-apl-extended GitHub]
| [https://tio.run/#apl-dyalog-extended #apl-dyalog-extended]
| [https://tio.run/#apl-dyalog-extended TIO]
|-
|-
| [[GNU APL]]
| [[GNU APL]]
Line 31: Line 31:
| [https://www.gnu.org/software/apl/ gnu.org]
| [https://www.gnu.org/software/apl/ gnu.org]
|
|
| [http://juergen-sauermann.de/try-GNU-APL try-GNU-APL]
| [https://riju.codes/apl Riju]
|-
| [[KAP]]
| [https://github.com/lokedhs/array/blob/master/README.md#kap readme]
| [https://github.com/lokedhs/array GitHub]
|
| [https://kapdemo.dhsdevelopments.com/ JS Client]
|-
|-
| [[NARS2000]]
| [[NARS2000]]
Line 42: Line 48:
|
|
| [https://github.com/abrudz/ngn-apl GitHub]
| [https://github.com/abrudz/ngn-apl GitHub]
| [https://tio.run/#apl-ngn #apl-ngn]
| [https://tio.run/#apl-ngn TIO] ∙ [https://dso.surge.sh/#ngn-apl DSO]
| [https://abrudz.github.io/ngn-apl/web/ Scripted] ∙ [https://plj541.github.io/APL.js/ Session] ∙ [https://repl.it/languages/APL REPL]
| [https://abrudz.github.io/ngn-apl/web/ Scripted] ∙ [https://plj541.github.io/APL.js/ Session] ∙ [https://repl.it/languages/APL REPL]
|-
|-
| [[TryAPL]]<ref>A restricted subset of Dyalog APL, available via an [[TryAPL#API|API]].</ref>
| [[TryAPL]]<ref>A restricted subset of Dyalog APL, available via an [[TryAPL#API|API]].</ref>
|
| [https://tryapl.org/?tab=help Help and About]
|
| [https://github.com/dyalog/tryapl GitHub]
|
|
| [https://tryapl.org/ TryAPL.org] ∙ [https://janiczek.github.io/tryapl-elm/ TryAPL Mini] ∙ [https://razetime.github.io/APLgolf/ APLgolf]
| [https://tryapl.org/ TryAPL.org] ∙ [https://janiczek.github.io/tryapl-elm/ TryAPL Mini] ∙ [https://razetime.github.io/APLgolf/ APLgolf]

Revision as of 09:05, 17 May 2022

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 or similar Interactive
APLX[1] APLX Archive APLX Archive
Dyalog APL Centre website TIO Gitpod ∙ Jupyter Notebook: Binder, Gitpod
dzaima/APL docs GitHub TIO Android app
Extended Dyalog APL ReadMe GitHub TIO
GNU APL info manual gnu.org Riju
KAP readme GitHub JS Client
NARS2000 wiki website
ngn/apl[2] GitHub TIODSO ScriptedSessionREPL
TryAPL[3] Help and About GitHub TryAPL.orgTryAPL MiniAPLgolf

Other full-featured implementations are only available for a fee.

Dialect Documentation Website
APL2[4][5] Literature IBM Marketplace
APL2000 website

See also

Notes

  1. MicroAPL has withdrawn APLX from commercial sale but it can be downloaded free of charge.
  2. Nick Nickolov has abandoned ngn/apl, but it is available to use and modify.
  3. A restricted subset of Dyalog APL, available via an API.
  4. IBM offers a free older version, limited to 240 CPU minutes but otherwise fully featured.
  5. IBM has withdrawn APL2, but the product has been taken over by Log-On Software.


APL dialects [edit]
Maintained APL+WinAPL2APL64APL\ivApletteAprilCo-dfnsDyalog APLDyalog APL Visiondzaima/APLGNU APLKapNARS2000Pometo
Historical A Programming LanguageA+ (A) ∙ APL#APL2CAPL\360APL/700APL\1130APL\3000APL.68000APL*PLUSAPL.jlAPL.SVAPLXExtended Dyalog APLIverson notationIVSYS/7090NARSngn/aplopenAPLOperators and FunctionsPATRowanSAXSHARP APLRationalized APLVisualAPL (APLNext) ∙ VS APLYork APL
Derivatives AHPLBQNCoSyELIGleeIIvyJJellyK (Goal, Klong, Q) ∙ KamilaLispLang5LilNialRADUiua
Overviews Comparison of APL dialectsTimeline of array languagesTimeline of influential array languagesFamily tree of array languages