KernelProlog Expanded News
Status: Abandoned
Brought to you by:
elmuerte
A short while after starting this project I found about another pure Java based Prolog engine which the same flexibility as KernelProlog in terms of extensibility and licensing. This other Prolog engine is called GNU Prolog for Java: https://sourceforge.net/projects/gnuprologjava/
GNU Prolog for Java is vastly superior to the KernelProlog engine. To star it with it is more ISO Prolog compliant, and the code is much better (in design and maintenance). The Prolog engine also provides the functionality of embedding the engine in your Java application without external dependencies, and it also possible to extend the engine with Java based predicates, and thus have the ability to operate on Java objects.... read more