-
The source code can be made more portable by replacing the use of the `assoc` module library by the Logtalk `dictionaries` library and replacing the use of the `format` module by the Logtalk `format` …
-
I don't have a clue where the problem is (Scryer or Logtalk), but there seems to be an infinite loop when we try to load certain modules in Logtalk files. This doesn't happen when loaded directly in P…
-
I am getting a:
`refasModel.lgt:32: Warning: Reference to unknown object: list`
But on line 32 in that file I just have:
`:- uses(list, [append/3]).`
and in my loader file I have:
`:- initializa…
-
Tooltip : "Expected term but got }"
Steps:
1. Write the following in a `.pl` file:
```
ptions(read_term, [
'backquoted_string(Bool)',
''
]).
options(read_clause, []).
```
…
-
With a loaded module, e.g.
```text
?- current_module(between).
yes
```
is not possible to query the properties of predicates exported by the module:
```text
?- between:predicate_propert…
-
Hello
Most of the modern programming languages have a uri/url library for managing urls
Also swi prolog has one: an old one written in prolog and a new one written in c
https://www.swi-prolog…
-
Here I'll write the future ideas that I have so far for this project.
**Core features**:
- [x] Support SWI-Prolog (threaded, 64 bits, version 8.5.5-3-gb856d332c-DIRTY) backend.
- [x] Support GNU-…
-
Using the `numbervars/3` predicate tests in the latest Logtalk git version:
```prolog
?- {tester}.
Unknown message: style_check(singleton([A=_241619,B=_241629,C=_241639]),18,/Users/pmoura/Documen…
-
Using git version 5619d95
metap.lgt:
```logtalk
:- object(foo(_X_)).
:- public(foo/1).
foo(X) :-
once(ground(_X_); instantiation_error),
writeln(_X_:X).
:- end_object…
-
In file: file://C:/Users/Anthony_2/IdeaProjects/LtcProlog/src/org/ltc/hitalk/wam/compiler/core.pl
java.lang.NullPointerException
at org.logtalk.intellij.psi.decorator.ExtendedPsiView.getParentSen…