GNU Prolog for Java - Summary
This software is part of the GNU Project.
gnuprologjava is a library which is designed to embeddable into Java
applications which need Prolog to solve some tasks. The interpreter intended for applications where Prolog performs combinatory search and Java do rest. The library allows easy communication between Java and Prolog. The library is released under the LGPL version 3+.
Maintainer: Pavan Kumar Gorakavi
Registration Date: Wed 26 May 2010 03:49:11 AM UTC
License: GNU Lesser General Public License
Development Status: 4 - Beta
posted by drt24, 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.
[...]
posted by drt24, Mon 03 Jan 2011 10:53:32 PM UTC
A fairly major bug in assetz/abolish/retract etc. where due to cached code not being updated correctly they would not correctly update predicates was reported https://savannah.gnu.org/bugs/?31550 and has since been fixed in current newmaster. [...]
posted by drt24, Wed 18 Aug 2010 09:52:42 PM UTC
The GNU Prolog for Java project is proud to announce the release of
version 0.2.5.
This is our first official release since 0.1.0 on 2000-11-12.
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
[...]
posted by drt24, Sun 15 Aug 2010 02:04:19 PM UTC
The GNU Prolog for Java project is proud to announce the release of the beta version of our 0.2.5 release.
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.
[...]
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code