Prolog Blog

A blog about Prolog written in Prolog

XSB 3.2 Released

Sat, 4 Apr 2009 01:00:00 -0400

XSB version 3.2 was recently released. Many improvements and new features have been added, including:

Check out the 3.2 Release Notes and download the source and try it out. Basic compilation goes like this:

wget http://xsb.sourceforge.net/downloads/XSB.tar.gz
tar zxf XSB.tar.gz
cd XSB/build
./configure
./makexsb

XSB can then be run with:

cd ..
./bin/xsb
blog comments powered by Disqus