Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrianulbona/jpl

tests of Java bindings to SWI-Prolog
https://github.com/adrianulbona/jpl

Last synced: 26 days ago
JSON representation

tests of Java bindings to SWI-Prolog

Awesome Lists containing this project

README

        

Gradle Setup for Java bindings to SWI-Prolog
===

Dependencies:
- JDK 8 32bit
- SWI-Prolog 6.6.6 32bit (add it's 'bin' folder to the PATH variable)

Getting started:
- Clone this repo
- Run the example predicate with the following commands: 'gradlew run'

You can modify the Prolog or Java code and test it without manually recompile it, just type again: 'gradlew run'