GNU APL

2013-09-27 Thread Juergen Sauermann
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

GNU APL 1.1

2013-11-05 Thread Juergen Sauermann
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: ||

GNU APL 1.2 Released

2014-01-14 Thread Juergen Sauermann
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,

GNU APL 1.3 released

2014-03-28 Thread Juergen Sauermann
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

GNU APL 1.4 released

2014-08-07 Thread Juergen Sauermann
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)

Re: GNU APL 1.5 Released

2015-03-30 Thread Juergen Sauermann
|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

GNU APL 1.6 released

2016-08-28 Thread Juergen Sauermann
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

GNU APL 1.7 Released

2017-03-17 Thread Juergen Sauermann
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