spl / swipl

SWI-Prolog stable releases

Home Page:http://www.swi-prolog.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWI-Prolog: A comprehensive Prolog implementation

Forking, cloning and submitting patches

This repository uses many Git submodules. This causes the common issue that fork and clone doesn't work. Instead, clone from https://github.com/SWI-Prolog/swipl-devel.git and then associate your clone with your fork (replace me with your github user name).

git clone https://github.com/SWI-Prolog/swipl-devel.git
cd swipl-devel
git submodule update --init
git remote add myfork git@github.com:me/swipl-devel.git

See How to submit a patch for details.

See also the discussion at Being friendly to quick contributions

Building

See CMAKE.md and Build SWI-Prolog from source

Web home

Please find the up-to-date information on SWI-Prolog at https://www.swi-prolog.org.

Documentation

Documentation is available from several locations and in several formats.

  • Paper format can be ordered as print on demand and is available as PDF from the download page.

  • Several tutorials can be accessed from the Tutorials menu on the home page

  • A HTML version of the documentation is in the doc/Manual directory of the installation. Note that some packagers put this documentation elsewhere or require it to be installed separately.

You can also install the website locally to use its complete functionality if you are offline. It is available at https://github.com/SWI-Prolog/plweb.

About

SWI-Prolog stable releases

http://www.swi-prolog.org

License:Other


Languages

Language:C 46.5%Language:Prolog 39.4%Language:OpenEdge ABL 11.1%Language:CMake 1.4%Language:Shell 0.8%Language:Roff 0.4%Language:Scilab 0.2%Language:JavaScript 0.1%Language:TeX 0.1%Language:HTML 0.0%Language:Perl 0.0%Language:DIGITAL Command Language 0.0%Language:Makefile 0.0%Language:M4 0.0%Language:Batchfile 0.0%