-
Currently, on www.scryer.pl, I see:
![image](https://github.com/user-attachments/assets/834fdcb9-e40d-453a-a98c-3d96f3486c69)
It seems this may have been introduced accidentally, either from thi…
-
There's still some links in there which might not make sense now
-
The rather typical shebang kills scryer prolog.
my minimal example is a file with just : `#! prolog`
```
hemery@portablepret:prolog$ ~/scryer-prolog shebang.pl
error(syntax_error(incomplet…
-
I was comparing recent Trealla Prolog with Scryer Prolog
via this `bagof/3` test:
```
test2 :-
between(1,1000,_), bagof(none, N^(between(1,1000,N), X=X), _), fail; true.
```
The results are t…
-
scryer's behavior for this simple query makes sense to me.
```
[jhemann:temp] 05:27:15$ scryer-prolog --version
v0.9.4-201-gc39ea481-modified
[jhemann:temp] 05:34:56$ scryer-prolog
?- use_modu…
-
Dear all we are planning to implement an Elixir library to interface Ciao Prolog programs. We need to load a Prolog/CLP program and (lazily) get every solution (including variable substitutions and/or…
-
Some modern GPUs have the ability to present one GPU as multiple GPUs, such as AMD [compute partition mode](https://rocm.docs.amd.com/projects/amdsmi/en/docs-6.0.0/doxygen/docBin/html/amdsmi_8h.html#a…
-
Hi
Thank you for your work on Janus and SWI-Prolog in general.
I was wondering if you had considered packaging a (minimal) binary of SWI-Prolog along with the binary distributions of this packag…
-
In the following `main.pl` is an empty file. If it's specified, `swipl-ld` honours the `-goal true` and if it's not specified, I get the standard SWI-Prolog banner.
```
$ swipl-ld -goal true main.cp…
-
I assume this is a glitch:
```
/* Scryer Prolog Playground */
?- variant(f(A,B), f(C,D)).
error(existence_error(procedure,variant/2),variant/2).
```
Ok I can call it with a module prefix:
``…