newsGNU Prolog for Java - News

 
 

GNU Prolog for Java 0.2.6 release

Item posted by Daniel Thomas <drt24> on Thu 06 Jan 2011 01:42:37 PM UTC.

The GNU Prolog for Java project would like to announce the release of version 0.2.6.
This is a bugfix release and fixes a fairly major bug in the use of the assert[az], abolish and retract in fairly normal use cases. #31550
Prolog for Java is a java library (gnu.prolog) that allows Prolog code to be executed from within java.
This allows for the use of Prolog to solve the problems which Prolog is particularly suited to while Java is used for other components.
It can be downloaded from http://ftp.gnu.org/gnu/gnuprologjava/ or by
ftp ftp://ftp.gnu.org/gnu/gnuprologjava/
http://ftpmirror.gnu.org/gnuprologjava/ will automatically redirect to a nearby mirror.
GNU Prolog for Java is licensed under the LGPLv3 or later.
The project website is: http://www.gnu.org/software/gnuprologjava/

Version 0.3.0 is in progress and will bring among other things a slightly nicer API.
Version 0.2.5 is almost into Debian.

NEWS since the last release:
0.2.6 2011-01-06
   Bugfix release: fix major bug in assert[az], retract and abolish #31550
   Throw the correct errors in compare

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code