-
[scryer-prolog](https://www.scryer.pl/) is build by `rust`. This makes the implementation easy to attract new users and contributors, which is of great benefit to the prolog ecosystem.
-
**Describe the bug**
When importing an ICD and an IID file into a new Edition 2 project and then saving, the XML prolog is omitted (this caused the GE Enervista software to crash). We think it is a…
-
This task involves the creation of a Language Server Protocol (LSP) implementation (inside of MeTTaLog) to ensure it works correctly inside Visual Studio Code (VSCode) by adding MeTTa-specific funct…
-
Hello
I'd like to see slim prolog implementations with sharable libraries. Most of prolog implementations live inside a single scm repository with
- a core developed in c, rust, javascript, ..
- …
-
Apart from SWI Prolog it might be helpful in case of other Prolog implementations. I am more interested in compatibility with [Scryer Prolog](https://github.com/mthom/scryer-prolog) but maybe some oth…
-
The Ciao Playground gives me:
```
?- findnsols(3, X, between(1,6,X), L).
L = [1,2,3] ? ;
no
```
On the other hand SWI-Prolog gives me:
```
?- findnsols(3, X, between(1,6,X), L).
L = [1, 2, 3]…
-
## 📝 Purpose
Implement the `foldl/4` Prolog predicate. This predicate performs a _fold_ (left-fold) over a list, applying a _goal_ to each element in the list, starting with an initial accumulator …
-
Hello!
I'd like to suggest an idea for the implementation of the verifier.
As it is one of the most complex areas to implement fully, I was thinking that maybe it would be possible to include the …
-
Seems like the list should include a section on inference tools (forward and backward chaining), I didn't see them when I looked today.
Some links I have examined (not necessarily recently) and tho…
-
The current Action API has known issues with XML processing, including the loss of XML prologs (see #1163). As we transition to the new API, we need to keep track of which plugins are still using the …