-
There exists multiple Prolog implementations but the current icon corresponds to the SWI Prolog one (which despite being a great Prolog system is not the only one). Would it be possible to use a more …
-
Hello
Most of the modern programming languages have a uri/url library for managing urls
Also swi prolog has it: an old one written in prolog and a new one written in c
https://www.swi-prolog.…
-
## Problem
When I try to format a file absolutely nothing happens. There is no error message, but the code is not changed either. I have looked in the Output window, the Debug Console etc and there i…
-
About `subseq/3`: https://www.swi-prolog.org/pldoc/doc_for?object=subseq/3
The docs, modulo invocation modes, say: `subseq(List, SubList, Complement)`,
but that generates `SubList` from elements…
-
Hello everybody.
I have just failed to install swicli on kubuntu xenial with swi-prolog 7.2.3.
The last version of swicli seems to be adjusted to Yap.
At least there are error messages regarding …
-
```
> swipl --debug=true
Welcome to SWI-Prolog (threaded, 64 bits, version 8.3.15)
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
Please run ?- license. for legal details.
…
-
If you navigate to the [Chapter 1 page](https://lpn.swi-prolog.org/lpnpage.php?pagetype=html&pageid=lpn-htmlch1) on lpn.swi-prolog.org, then click on 1.1 [Some Simple Examples](https://lpn.swi-prolog.…
-
It seems like native SWI-Prolog addons do not work. This happens despite setting SWI_HOME_DIR, LD_PRELOAD and/or LD_LIBRARY_PATH.
* SWI-Prolog 7.5.3, installed from source
* Debian 8
* Node.js…
-
In Swipl 7.3.33 (downloaded as binary from http://www.swi-prolog.org/download/devel/bin/SWI-Prolog-7.3.33.dmg) has issues with the command line swipl
(swipl is hashed (/Applications/SWI-Prolog.app/Co…
remys updated
7 years ago
-
Since we constantly get errors in CI environments of third-party projects that fail only because the SWI-Prolog servers are down sometimes, we should consider to use GitHub's releases as the first opt…