blob: 870d1149dfb4ecec690c9032d5a88cb9323430f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
gnu-apl (Free APL interpreter)
GNU APL is a free interpreter for the programming language APL.
The APL interpreter is an (almost) complete implementation of ISO
standard 13751 aka. Programming Language APL, Extended.
The APL interpreter has implemented:
- nested arrays and related functions
- complex numbers, and
- a shared variable interface
GNU APL was written and is being maintained by Jürgen Sauermann.
|