Running APL: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
(Created page with "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. === Dyalog APL ===...")
 
No edit summary
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[File:TryAPL.png|thumb|right|[https://tryapl.org 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
! Dialect !! Documentation !! Download !! [[Try It Online]] !! 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]]
| [https://docs.dyalog.com/ Centre]
| [https://www.dyalog.com/download-zone.htm website]
| [https://tio.run/#apl-dyalog #apl-dyalog]
| [https://tryapl.org/ TryAPL] ∙ [https://janiczek.github.io/tryapl-elm/ TryAPL Mini] ∙ [https://razetime.github.io/APLgolf/ APLgolf] ∙ [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]]
| [https://github.com/dzaima/APL/blob/master/docs/chars.txt docs]
| [https://github.com/dzaima/apl GitHub]
| [https://tio.run/#apl-dzaima #apl-dzaima]
| [https://github.com/dzaima/APL/blob/master/AndroidIDE/readme.md Android app]
|-
| [[GNU 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]
|-
| [[NARS2000]]
| [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 #apl-ngn]
| [https://abrudz.github.io/ngn-apl/web/ Scripted] ∙ [https://plj541.github.io/APL.js/ Session] ∙ [https://repl.it/languages/APL REPL]
|}


=== Dyalog APL ===
Other full-featured implementations are only available for a fee.
''Main article: [[Dyalog APL]]''
{|class=wikitable
* [https://www.dyalog.com/download-zone.htm Download]
! Dialect !! Documentation !! Website
* [https://tryapl.org/?a=%27Hello%2C%20world%21%27&run TryAPL]
|-
* [https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtE9Q9UnNy8nUUwvOLclIU1f//BwA Try It Online]
| [[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/>


=== dzaima/APL ===
{{APL dialects}}[[Category:APL environment]][[Category:Lists of languages]]
''Main article: [[dzaima/APL]]''
* [https://github.com/dzaima/apl Download]
* [https://tio.run/##SyzI0U2pSszMTfz//1Hf1EdtE9Q9UnNy8nUUwvOLclIU1f//BwA Try It Online]
 
=== GNU APL ===
''Main article: [[GNU APL]]''
* [https://www.gnu.org/software/apl/ Download]
* [http://juergen-sauermann.de/try-GNU-APL try-GNU-APL]
 
=== NARS2000 ===
''Main article: [[NARS2000]]''
* [http://www.nars2000.org/download/Download.html NARS]
 
=== ngn/apl ===
''Main article: [[ngn/apl]]''
* [https://gitlab.com/n9n/apl Download]
* [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://tio.run/#apl-ngn Try It Online]
 
{{APL programming language}}

Revision as of 11:18, 28 April 2021

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
APLX[1] APLX Archive APLX Archive
Dyalog APL Centre website #apl-dyalog TryAPLTryAPL MiniAPLgolfGitpod ∙ Jupyter Notebook: Binder, Gitpod
dzaima/APL docs GitHub #apl-dzaima Android app
GNU APL info manual gnu.org try-GNU-APL
NARS2000 wiki website
ngn/apl[2] GitHub #apl-ngn ScriptedSessionREPL

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

Dialect Documentation Website
APL2[3][4] 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. IBM offers a free older version, limited to 240 CPU minutes but otherwise fully featured.
  4. 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