-
Updated
Jan 30, 2022 - HTML
prolog
Here are 1,508 public repositories matching this topic...
As noted in the recent discussion #974, library(reif) as included in Scryer Prolog does not yet implement the goal expansion that the version for SICStus Prolog already implements. The SICStus version of library(reif) is available from:
http://www.complang.tuwien.ac.at/ulrich/Prolog-inedit/sicstus/reif.pl
In case anyone is interested in porting the goal expansion mechanism, this would be
-
Updated
Feb 19, 2022 - HTML
-
Updated
Feb 8, 2022 - JavaScript
-
Updated
Sep 21, 2021
-
Updated
Feb 20, 2022 - Go
Hi there,
Thanks for this amazing module.
I think there is a problem with the way terms are printed.
I run some Prolog code from Python, querying Prolog with:
H = pyswip.Variable()
induce = pyswip.Functor('induce', 1)
q = Query(induce(H))
q.nextSolution()
print(H.value)
I get a result like this for H:
[Functor(319757,2,
[Functor(9048461,3,_10560234,_10560236,_1056023
-
Updated
Feb 2, 2022 - JavaScript
-
Updated
Nov 7, 2021 - Shen
-
Updated
Feb 19, 2022 - Prolog
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 31, 2021 - Prolog
-
Updated
Aug 9, 2021 - Prolog
-
Updated
Dec 25, 2021 - Python
-
Updated
Feb 24, 2021 - C++
-
Updated
Jun 1, 2020 - Python
-
Updated
May 13, 2021 - Prolog
-
Updated
Oct 13, 2021 - Prolog
-
Updated
Jan 7, 2020 - Prolog
-
Updated
Feb 6, 2021 - Prolog
-
Updated
Jul 1, 2021 - Prolog
-
Updated
Feb 6, 2022 - Julia
-
Updated
Feb 13, 2022 - Prolog
-
Updated
Aug 31, 2019 - Clojure
-
Updated
Jul 28, 2020 - Prolog
-
Updated
Sep 15, 2021 - Rust
Improve this page
Add a description, image, and links to the prolog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prolog topic, visit your repo's landing page and select "manage topics."
It would be great to do a somewhat rigorous analysis of whether there are performance issues when query is written in Logica vs SQL.