interfacing Java and Gnu Prolog
Adam Russell <[email protected]> Fri, 26 Feb 2021 18:33:53 +0000
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <BLAPR07MB77000589E5D9BA0512C24D81D49D9@BLAPR07MB7700.namprd07.prod.outlook.com> |
I am wondering if there is any (easy) way to interface gprolog from Java? Attempts to google search “Gnu Prolog and Java” and similar all result in links to a separate Gnu Prolog for Java project which as far as I can tell is an unrelated and no longer maintained effort to implement a Prolog in Java? To be specific, I would like to implement a scheduler in Prolog but call it from Java. I’ve used swi’s jpl in the past and it works fine, but would prefer Gnu Prolog. Seems easier to add to a docker image. 😉