-
```
?- 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:
…
-
Hello all,
I'm trying to convert some Prolog code over to Mercury, and ran into a problem where the compiler crashed when trying to deal with a very large list (over 5MB of text). Maybe there simpl…
-
```
I don't think this is a bug but, if I remember well, a feature of the
teyjus approach to implementing cut. The following definitions of the
if-then-else are not equivalent.
% Version A
if P Q R …
-
```
I don't think this is a bug but, if I remember well, a feature of the
teyjus approach to implementing cut. The following definitions of the
if-then-else are not equivalent.
% Version A
if P Q R …
-
The SWI-Prolog implementation of s(CASP) evidently has a feature to allow `#pred` statements to be generated that will prune the explanation tree below them. This would be useful in the date math libr…
-
Codes and lists of codes are both common Prolog data structures. Create internal representations which optimize for this use case. These representations will occupy less memory (the bottleneck in mo…
-
x86/x64 was implemented with https://github.com/dotnet/coreclr/pull/26807. This issue tracks doing the work to implement it for arm32/arm64.
This would provide consistency in implementation, simpli…
-
Hi,
I would like to use projog for my java application by importing it as a library. Some of the rules will be implemented in java using AbstractSingleResultPredicate.
Is it possible to add such…
-
Do any of the dB drivers have any scaling aspects ?
I would like to use genji in the traditional embedded scenario on desktops but also in servers. So for server usage I need a way to make it use R…
-
As requested by @ccamel, this issue aims to improve the performance of the `Value` method in the `Dict` implementation within `engine/dict.go`. Currently, the `Value` method iterates over all key-valu…