Running APL: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
No edit summary
No edit summary
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:TryAPL.png|thumb|right|[[TryAPL]]]]
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 !! 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>
| [https://www.dyalog.com/aplx.htm#APLXDocs APLX Archive]
| [https://www.dyalog.com/aplx.htm APLX Archive]
|
|
|-
|-
| [[Dyalog APL]]
| [[Dyalog APL]]
| [https://www.dyalog.com/download-zone.htm Download]
| [https://docs.dyalog.com/ Centre]
| [https://tio.run/#apl-dyalog Try It Online]
| [https://www.dyalog.com/download-zone.htm website]
| [https://tryapl.org/ TryAPL]
| [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]
|-
|-
| [[dzaima/APL]]
| [[dzaima/APL]]
| [https://github.com/dzaima/apl Download]
| [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs]
| [https://tio.run/#apl-dzaima Try It Online]
| [https://github.com/dzaima/apl GitHub]
| [https://tio.run/#apl-dzaima TIO]
| [https://github.com/dzaima/APL/blob/master/AndroidIDE/readme.md Android app]
|-
| [[Extended Dyalog APL]]
| [https://github.com/abrudz/dyalog-apl-extended/blob/master/README.md#dyalog-apl-extended ReadMe]
| [https://github.com/abrudz/dyalog-apl-extended GitHub]
| [https://tio.run/#apl-dyalog-extended TIO]
|-
| [[GNU APL]]
| [https://www.gnu.org/software/apl/apl.html info manual]
| [https://www.gnu.org/software/apl/ gnu.org]
|
|
| [https://riju.codes/apl Riju]
|-
|-
| [[GNU APL]]
| [[KAP]]
| [https://www.gnu.org/software/apl/ Download]
| [https://github.com/lokedhs/array/blob/master/README.md#kap readme]
| [https://github.com/lokedhs/array GitHub]
|
|
| [http://juergen-sauermann.de/try-GNU-APL try-GNU-APL]
| [https://kapdemo.dhsdevelopments.com/ JS Client]
|-
|-
| [[NARS2000]]
| [[NARS2000]]
| [http://www.nars2000.org/download/Download.html Download]
| [http://wiki.nars2000.org/ wiki]
| [http://www.nars2000.org/download/Download.html website]
|
|
|
|-
| [[ngn/apl]]<ref>[[Nick Nickolov]] has [https://chat.stackexchange.com/transcript/message/56558504#56558504 abandoned] ngn/apl, but it is available to use and modify.</ref>
|
|
| [https://github.com/abrudz/ngn-apl GitHub]
| [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]
|-
|-
| [[ngn/apl]]
| [[TryAPL]]<ref>A restricted subset of Dyalog APL, available via an [[TryAPL#API|API]].</ref>
| [https://gitlab.com/n9n/apl Download]
| [https://tryapl.org/?tab=help Help and About]
| [https://tio.run/#apl-ngn Try It Online]
| [https://github.com/dyalog/tryapl GitHub]
| [https://n9n.gitlab.io/apl/web/index.html Online demo] ∙ [https://plj541.github.io/APL.js/ Online session] ∙ [https://repl.it/languages/APL Online REPL]
|
| [https://tryapl.org/ TryAPL.org] ∙ [https://janiczek.github.io/tryapl-elm/ TryAPL Mini] ∙ [https://razetime.github.io/APLgolf/ APLgolf]
|}
|}
{{APL programming language}}
 
Other full-featured implementations are only available for a fee.
{|class=wikitable
! Dialect !! Documentation !! Website
|-
| [[APL2]]<ref>[[IBM]] offers a [https://www.ibm.com/account/reg/us-en/signup?formid=urx-32206 free older version], limited to 240 CPU minutes but otherwise fully featured.</ref><ref>IBM has [https://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/6/877/ENUSZP21-0096/index.html&request_locale=en withdrawn] APL2, but the product has been taken over by Log-On Software.</ref>
| [https://www-01.ibm.com/common/ssi/apilite?infotype=PM%20OR%20SA&lastdays=4055&appname=apl2&doctype=PL2GNRLI%20or%20PL2MFRAM%20or%20PL2WRKST Literature]
| [https://www.ibm.com/us-en/marketplace/apl2 IBM Marketplace]
|-
| [[APL2000]]
|
| [http://apl2000.com/ website]
|}
== See also ==
* [[List of open-source array languages]]
== Notes ==
<references/>
 
{{APL dialects}}[[Category:APL environment]][[Category:Lists of languages]]

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