List of open-source array languages: Difference between revisions
Jump to navigation
Jump to search
(→Other array languages: Uiua) |
(→APL dialects: TinyAPL) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 21: | Line 21: | ||
| [[GNU APL]] || [[wikipedia:GNU_General_Public_License|GNU GPL]] || [[wikipedia:C++|C++]] || [http://svn.savannah.gnu.org/viewvc/apl/trunk/ GNU Savannah] | | [[GNU APL]] || [[wikipedia:GNU_General_Public_License|GNU GPL]] || [[wikipedia:C++|C++]] || [http://svn.savannah.gnu.org/viewvc/apl/trunk/ GNU Savannah] | ||
|- | |- | ||
| [[ | | [[Kap]] || [[wikipedia:MIT_License|MIT]] || [[wikipedia:Kotlin (programming language)|Kotlin]] || [https://codeberg.org/loke/array Codeberg] | ||
|- | |- | ||
| [[NARS2000]] || [[wikipedia:GNU General Public License|GNU GPL]] || [[wikipedia:C (programming language)|C]], APL || [https://sourceforge.net/p/nars2000/ SourceForge] | | [[NARS2000]] || [[wikipedia:GNU General Public License|GNU GPL]] || [[wikipedia:C (programming language)|C]], APL || [https://sourceforge.net/p/nars2000/ SourceForge] | ||
Line 28: | Line 28: | ||
|- | |- | ||
| [[openAPL]] || [[wikipedia:GNU GPLv2|GNU GPLv2]] || [[wikipedia:C (programming language)|C]] || [https://github.com/PlanetAPL/openAPL GitHub] (mirror) | | [[openAPL]] || [[wikipedia:GNU GPLv2|GNU GPLv2]] || [[wikipedia:C (programming language)|C]] || [https://github.com/PlanetAPL/openAPL GitHub] (mirror) | ||
|- | |||
| [[TinyAPL]] || [[wikipedia:MIT_License|MIT]] || [[wikipedia:Haskell|Haskell]] || [https://github.com/RubenVerg/tinyapl GitHub] | |||
|} | |} | ||
Line 54: | Line 56: | ||
|- | |- | ||
| [[KamilaLisp]] || [[wikipedia:GNU GPLv3|GNU GPLv3]] || [[wikipedia:Java (programming language)|Java]] || [https://github.com/kspalaiologos/kamilalisp Github] | | [[KamilaLisp]] || [[wikipedia:GNU GPLv3|GNU GPLv3]] || [[wikipedia:Java (programming language)|Java]] || [https://github.com/kspalaiologos/kamilalisp Github] | ||
|- | |||
| [[Lil]] || [[wikipedia:MIT License|MIT]] || [[wikipedia:C (programming language)|C]] or [[wikipedia:JavaScript|Javascript]] || [https://github.com/JohnEarnest/Decker GitHub] | |||
|- | |- | ||
| [[Nial]] || [[wikipedia:GNU GPLv3|GNU GPLv3]] || [[wikipedia:C (programming language)|C]] || [https://github.com/danlm/qnial7 GitHub] | | [[Nial]] || [[wikipedia:GNU GPLv3|GNU GPLv3]] || [[wikipedia:C (programming language)|C]] || [https://github.com/danlm/qnial7 GitHub] | ||
Line 60: | Line 64: | ||
|- | |- | ||
| [[Uiua]] || [[wikipedia:MIT_License|MIT]] || [[wikipedia:Rust (programming language)|Rust]] || [https://github.com/uiua-lang/uiua Github] | | [[Uiua]] || [[wikipedia:MIT_License|MIT]] || [[wikipedia:Rust (programming language)|Rust]] || [https://github.com/uiua-lang/uiua Github] | ||
|- | |||
| [[xs]] || public domain || [[wikipedia:OCaml|OCaml]] || [https://github.com/smabie/xs Github] | |||
|} | |} | ||
Latest revision as of 22:39, 28 August 2024
This page lists array language implementations whose source is available under an open source (including copyleft) license. See also the list of implementation resources.
APL dialects
Language | License | Implementation | Source |
---|---|---|---|
A+ | GNU GPLv2 | C++ | GitHub (mirror) |
APL\360 | Proprietary software | BAL | Computer History Museum |
APL.jl | MIT | Julia | GitHub |
April | Apache 2.0 | Common Lisp | GitHub |
Co-dfns | AGPLv3 | Dyalog APL | Github |
dzaima/APL | MIT | Java | GitHub |
Extended Dyalog APL | MIT | Dyalog APL | GitHub |
GNU APL | GNU GPL | C++ | GNU Savannah |
Kap | MIT | Kotlin | Codeberg |
NARS2000 | GNU GPL | C, APL | SourceForge |
ngn/apl | MIT | Javascript | GitHub (mirror) |
openAPL | GNU GPLv2 | C | GitHub (mirror) |
TinyAPL | MIT | Haskell | GitHub |
Other array languages
Language | License | Implementation | Source |
---|---|---|---|
Aplette | GNU GPLv2 | C | GitHub |
BQN | see BQN website | ||
CoSy | unknown | Forth | Coherent Systems |
Goal | ISC | Go | Codeberg |
I | ISC | C | GitHub |
Ivy | 3-clause BSD | Go | GitHub |
J | GNU GPLv3 | C | GitHub (mirror) |
Jelly | MIT | Python | GitHub |
K | see K wiki | ||
KamilaLisp | GNU GPLv3 | Java | Github |
Lil | MIT | C or Javascript | GitHub |
Nial | GNU GPLv3 | C | GitHub |
RAD | MIT | D | BitBucket |
Uiua | MIT | Rust | Github |
xs | public domain | OCaml | Github |
See also
APL development [edit] | |
---|---|
Interface | Session ∙ Typing glyphs (on Linux) ∙ Fonts ∙ Text editors |
Publications | Introductions ∙ Learning resources ∙ Simple examples ∙ Advanced examples ∙ Mnemonics ∙ ISO 8485:1989 ∙ ISO/IEC 13751:2001 ∙ A Dictionary of APL ∙ Case studies ∙ Documentation suites ∙ Books ∙ Papers ∙ Videos ∙ APL Quote Quad ∙ Vector journal ∙ Terminology (Chinese, German) ∙ Neural networks ∙ Error trapping with Dyalog APL (in forms) |
Sharing code | Backwards compatibility ∙ APLcart ∙ APLTree ∙ APL-Cation ∙ Dfns workspace ∙ Tatin ∙ Cider |
Implementation | Resources ∙ Open-source ∙ Magic function ∙ Performance ∙ APL hardware |
Developers | Timeline of corporations ∙ APL2000 ∙ Dyalog ∙ IBM ∙ IPSA ∙ STSC |