packages-jpl
packages-jpl copied to clipboard
JPL: The Prolog <-> Java interface
There has been good improvements to verion 8.3.8 (unfortunately I just couldn't catch up with all this in this situation), but I leave this to make sure I come back...
Will JPL work with OpenJDK 17? The Wiki calls for Java 11. I'm also confused about JPL and SWI Prolog versions. A github issue seems to suggest that JPL works...
Issue similar to: https://github.com/SWI-Prolog/packages-jpl/issues/34 Exception in thread "main" java.lang.UnsatisfiedLinkError: ..\jpl.dll: The specified procedure could not be found I checked the jpl.dll using dependency walker and the missing component seems to...
Hi. I'm using JPL to operate a knowledge base dynamically. However I cannot find any resources that tells me how to do that. For example, I can use the following...
I have seen all my modification to jpl.pl actually made into to the release. Thanks! I seen no bug reports (yet?), which is encouraging. Here is something I forgot: The...
I have let the magic of Eclipse C IDE work on `jpl.c`. It complained that `Java_org_jpl7_fli_Prolog_attach_1pool_1engine` does not always properly return a value. It is right. Then I noticed that...
Is JPL supposed to be multi-threaded capabel, i.e. reentrant? Because this code doesn’t work as a cache: There might be race conditions where two or more jpl_iref_type_cache/2 are asserted. A...
Also there is something strange that JPL doesn’t extend term_message//1. It has all the text directly inside the throw. But I guess the idea is that there is a message...
Currently variable JPL_MAX_POOL_ENGINES in jpl.c defines the max number of Prolog engines available. Would be good to be able to set this number when initializing the JNI.
Hi, maintainer of the `swi-prolog` Arch Linux package here. When upgrading the package from 9.2.4 to 9.2.7, one of the tests stopped working: ``` ctest --test-dir build --output-on-failure Internal ctest...