-
```
?- consult(syntax_error_sample).
error(instantiation_error,functor/3).
?-
```
I think there should be a line number and functor name in the error message.
Here is the source file:
…
-
I have been playing around with prolog recently, and I got a meta-interpreter running (mostly by going along with https://www.metalevel.at/acomip) that provides a reasoning as to how a goal was fulfil…
-
The slurm integration scripts in `plugins/SLURM-Integration` are launched via the `ufm-{prolog,epilog}.sh` scripts which launch them by running `python3`. However the python scripts themselves contain…
-
I'm preparing to write a small prolog interpreter for the DM42 calculator from SwissMicros. I'd very much like to use this project, but you don't have any license information provided, which means it'…
-
I'm interested in using ichiban/prolog for a project, but I need to be able to persist and distribute prolog facts. My use case requires a multi-region deployment topology for high availability, but m…
-
These are languages that people use for real projects, today. These require the most work but also give the biggest payoff, since people will use them in their daily work.
So far we're 1/5 here, with…
-
```
The following line of code is OK in most Prolog systems:
iterm3(Term) --> "'", notquote(Cs), "'", { name(Term1,Cs), Term = q(Term1) }.
Instead, it raises a parsing error in tuProlog, even if the…
-
We installed version 1.4.0 using Opam 2.0.4 (with Ocaml 4.07.0).
Next, we tried #require "elpi" in order to experiment with how it works.
But this fails with "Error: Reference to undefined global …
-
Hi all,
I'm having trouble loading the SWI-Prolog server to be used for an app I'm writing in Node. I cloned the repo and when I ran ./run.pl, I'm getting an error message "Permission Denied". When…
-
```
The following line of code is OK in most Prolog systems:
iterm3(Term) --> "'", notquote(Cs), "'", { name(Term1,Cs), Term = q(Term1) }.
Instead, it raises a parsing error in tuProlog, even if the…