Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adrianulbona/jpl
- Owner: adrianulbona
- Created: 2014-10-27T21:11:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T14:23:30.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T16:32:18.862Z (over 1 year ago)
- Language: Java
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'