Hello,
I am happy to announce that, after a few years of development, GNU APL
1.0 has been released.
APL is an ancient programming language.
GNU APL has the latest and greatest features (nested arrays, complex
numbers, shared variables)
and is intended to be a full implementation of the ISO s
Hello,
I am happy to announce that GNU APL 1.1 has been released.
This release fixes a few portability issues that have been reported.
GNU APL now runs on GNU/Linux, CYGWIN/Windows, FreeBSD, and OS-X.
The GNU APL project lives at: |http://www.gnu.org/software/apl
and can be downloaded from: ||
Hello,
I am happy to announce that GNU APL 1.2 has been released.
This release contains:
* A new memory management for APL values.
Almost every segfault reported so far could be traced back to APL
values being
deleted too early. Therefore the old memory management was replaced
by a new,
Hello,
I am happy to announce that GNU APL 1.3 has been released.
This release contains:
* improved emacs mode (thanks to Elias)
* limited support for direct functions (lambdas)
* new )DUMP command to save a workspace as text file (readable with apl -f)
All bugs reported before 3/25/2014 we
Hello,
I am happy to announce that GNU APL 1.4 has been released.
This release contains:
* an interface to mySQL and Postgres databases (thanks to Elias)
* two component file systems as demanded by ISO 13751 (thanks to Blake
and David)
* a centralized server for shared variables (APserver)
|Hello,
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)
For deta
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.
The GNU APL project lives at: http://www.gnu.org/so
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