Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2007-04-21 16:47:27
Size: 208
Editor: anonymous
Comment:
Revision 8 as of 2008-11-25 16:09:59
Size: 1004
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= AplsAndRelatedLanguages = ## page was renamed from AplsAndRelatedLanguages
= Apl Related Languages
=
Line 3: Line 4:
[http://www.nial.com Nial] is a melding of APL and Lisp. [[http://aplusdev.org/|A+]] is fast interpreter supporting a subset of APL (no complex numbers) with POSIX extensions.
Line 5: Line 6:
[http://numpy.scipy.org NumPy] is an APL inspired extension to the [http://python.org Python] programming language. [[http://www.jsoftware.com/|J]] is a modern, high-level, general-purpose, high-performance programming language, ASCII based, born by the brain of APL's creator Turing Award professor Ken Iverson.

[[http://lush.sourceforge.net/|Lush]] is a small lisp-like language with fast array processing primitives.

[[http://www.nial.com|Nial]] is a melding of APL and Lisp.

[[http://nlisp.info/|NLISP]] is numerical extension to Common Lisp with an array syntax.

[[http://numlua.luaforge.net/|NumLua]] extends the Lua scripting language array processing and other numerics.

[[http://numpy.scipy.org|NumPy]] is a popular array programming extension to the [[http://python.org|Python]] programming language.

[[http://pdl.perl.org/|PDL]] is the Perl Data Language, adding array programming to Perl.

Apl Related Languages

A+ is fast interpreter supporting a subset of APL (no complex numbers) with POSIX extensions.

J is a modern, high-level, general-purpose, high-performance programming language, ASCII based, born by the brain of APL's creator Turing Award professor Ken Iverson.

Lush is a small lisp-like language with fast array processing primitives.

Nial is a melding of APL and Lisp.

NLISP is numerical extension to Common Lisp with an array syntax.

NumLua extends the Lua scripting language array processing and other numerics.

NumPy is a popular array programming extension to the Python programming language.

PDL is the Perl Data Language, adding array programming to Perl.

AplRelatedLanguages (last edited 2008-11-25 16:09:59 by anonymous)