Skip to content

jdallien/xsb-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xsb-interface: A Ruby interface to the XSB Prolog interpreter

This gem is basically a Ruby mapping of the C interface provided by XSB version 3.0.1.

Installation

  • Install XSB 3.0.1

  • Include the path to the XSB executable prior to installing the gem:

    export PATH=$PATH:/usr/local/XSB/3.0.1/bin gem install xsb-interface

Known Issues

  • Probably does not work with versions of XSB newer than 3.0.1

Copyright (c) 2011 Medical Decision Logic, released under the MIT license

About

Ruby interface to the XSB Prolog interpreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published