-
The current Logtalk git version includes preliminary support for Scryer Prolog, including a `scryerlgt` shell script to start Logtalk. The script requires the current Scryer Prolog git version. For no…
-
This is a tracking issue collecting requests for new languages to add to nvim-treesitter. If you would like to add a language to the list, comment on this issue with the following information:
* na…
-
Several tests in the Logtalk distribution check for expected exceptions using the `subsumes_term/2` predicate. While all current tests for this predicate pass, we still see test failures like:
```t…
-
I'm on CX16, and currently writing a game. I noticed a lot of very weird issues, where some variables seemed to temporarily corrupt for no reason while the keyboard was used. This is the code snippet …
-
Whether by design or otherwise `os::full_device_path/1` is currently returning `/dev/null` when it should be `/dev/full`.
-
## Description
When comparing an empty list `[]` with the `'[]'` atom, it is considered equal.
## How to reproduce
This issue can be easily reproduced using the provided interactive interpret…
-
Strange, the current version of Trealla Prolog gives me:
```
$ ./tpl
Trealla Prolog (c) Infradig 2020-2023, v2.17.7
?- include('foo.txt').
throw(error(existence_error(procedure,include/1),top_…
-
Why and by whom does it get killed, on WSL2:
```
$ ./tpl -v
Trealla Prolog (c) Infradig 2020-2022, v2.5.18
$ ./tpl
?- ['mpatan.p', 'libbf.p', 'treallastub.p'].
true.
?- time((between(1,1000,…
-
https://github.com/orbitalquark/scintillua/blob/0a8c23d5229eaa4942facaefa5e48e017d0d4636/lexers/rest.lua#L23
@rnpnr This is another blocker (at least for me) for rebase to scintillua_6.2.
mcepl updated
9 months ago
-
Was just playing around with the new playground. Very
cool, can even bignums. But somehow time/1 is not
implemented, I get for a factorial example:
```
?- time(fac(1000,_)).
no
?- fac(1000,_).
…