GNU APL - News
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)
posted by j_sauermann, Thu 07 Aug 2014 06:02:49 PM UTC
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)
posted by j_sauermann, Thu 27 Mar 2014 04:55:54 PM UTC
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)
Enjoy!
Jürgen Sauermann
posted by j_sauermann, Tue 14 Jan 2014 11:44:34 AM UTC
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,
[...]
posted by j_sauermann, Wed 06 Nov 2013 01:23:41 PM UTC
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: ftp://ftp.gnu.org/gnu/apl/ or any GNU mirror.
Bug reports and other suggestions are welcome at bug-apl@gnu.org.
Have fun!
Dr. Jürgen Sauermann
Author and Maintainer of GNU APL
posted by j_sauermann, Fri 27 Sep 2013 02:50:47 PM UTC
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)
[...]
Powered by Savane 3.14-8aba.
Corresponding source code