GNU APL - Summary
This software is part of the GNU Project.
GNU APL is a free interpreter for the programming language APL.
APL is specified in ISO standard 13751 aka. "Programming Language APL, Extended", and GNU APL is an (almost) full implementation of the standard.
GNU APL supports:
* nested arrays
* complex numbers
* shared variables. and
* scripting
Registration Date: Tue 24 Sep 2013 11:22:02 AM UTC
License: GNU General Public License v3 or later
Development Status: 4 - Beta
posted by j_sauermann, Sun 23 Jun 2019 01:03:32 PM UTC
I am happy to announce that GNU APL 1.8 has been released.
GNU APL is a free implementation of the ISO standard 13751 aka.
"Programming Language APL, Extended",
This release contains:
- bug fixes,
- ⎕DLX (Donald Knuth's Dancing Links Algorithm),
- ⎕FFT (fast fourier transforms; real, complex, and windows),
- ⎕GTK (create GUI windows from APL),
- ⎕RE (regular expressions), and
- user-defined APL commands.
Also, you can now call GNU APL from Python.
posted by j_sauermann, Fri 17 Mar 2017 05:13:17 PM UTC
Hi,
I am happy to announce that GNU APL 1.7 has been released.
GNU APL is a free implementation of the ISO standard 13751 aka.
"Programming Language APL, Extended",
This release contains:
- bug fixes,
- ⎕SQL (replaces the SQL native function),
posted by j_sauermann, Sun 28 Aug 2016 02:42:05 PM UTC
Hi,
I am happy to announce that GNU APL 1.6 has been released.
This release contains:
* bug fixes,
* ⎕FIO (replaces FILE I>O native functions), and
* local variables in lambdas
All bugs reported before Aug. 25, 2016 were fixed.
[...]
posted by j_sauermann, Mon 30 Mar 2015 01:45:09 PM UTC
Hi,
I am happy to announce that GNU APL 1.5 has been released.
This release contains:
- some progress on parallel (multi-core) APL (still experimental)
- performance counters for all built-in APL functions
- the possibility to build GNU APL as a library (thanks to Dirk)
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code