-
Updated
Aug 18, 2020 - Clojure
#
prolog
Here are 1,123 public repositories matching this topic...
Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, lua, ocaml, reasonml, prolog, common lisp
react
javascript
ruby
python
scheme
clojure
lua
clojurescript
reactjs
common-lisp
ocaml
brainfuck
evaluation
prolog
codemirror-editor
reasonml
interactive-snippets
code-evaluation
klipse-plugin
Introduction to modern Prolog
-
Updated
Aug 15, 2020 - HTML
triska
commented
May 10, 2020
Currently, I get:
?- use_module(library(sockets)). true. ?- socket_server_open(7014, Socket), socket_server_accept(Socket, Client, Stream, [type(binary)]). ^C^C^C^C^Z
Ideally, socket_server_accept/4 can also be interrupted, much like read/1.
Curated list of Prolog packages and resources
-
Updated
Oct 5, 2019
An open source Prolog interpreter in JavaScript
javascript
prolog
prolog-implementation
prolog-interpreter
logic-programming
prolog-programming-language
tau-prolog
iso-prolog-standard
-
Updated
Aug 30, 2020 - JavaScript
The Official Shen Sources
-
Updated
Feb 23, 2020 - Shen
A batteries-included kit for knowledge graphs
-
Updated
Jan 30, 2020 - Python
fpopineau
commented
Jul 29, 2020
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
My public programs and models - mostly combinatorial problems and puzzles
comet
ampl
prolog
choco
constraint-programming
constraint-satisfaction
sicstus-prolog
minizinc
answer-set-programming
gecode
essence
numberjack
setl
picat
z3py
eclipse-clp
jacop
jgap
frink
poplog
-
Updated
Aug 9, 2020 - JavaScript
An in-memory datalog implementation for OCaml.
-
Updated
Mar 13, 2019 - Prolog
Logtalk - declarative object-oriented logic programming language
-
Updated
Aug 30, 2020 - Prolog
My solutions to the exercises and practical sessions of the book 'Learn Prolog Now!' by Patrick Blackburn, Johan Bos, and Kristina Striegnitz.
-
Updated
Dec 25, 2019 - Prolog
A state of the art knowledge base
-
Updated
Jun 1, 2020 - Python
Free and open source A.I. system based on Python, TensorFlow and Prolog.
python
natural-language-processing
tensorflow
prolog
semantic-web
artificial-intelligence
knowledgebase
-
Updated
Jun 30, 2019 - Prolog
Translate XML Schema into equivalent JSON Schema
-
Updated
Jul 16, 2020 - Prolog
Interpreter for a simple Lisp. Written in Prolog.
-
Updated
Apr 30, 2020 - Prolog
Constraint Logic Programming over Finite Domains
-
Updated
Jan 7, 2020 - Prolog
ProbLog is a Probabilistic Logic Programming Language for logic programs with probabilities.
prolog
probabilistic-programming
probabilistic
problog
probabilistic-inference
probabilistic-logic-programming
aproblog
dtproblog
lfi-problog
-
Updated
Jul 22, 2020 - Python
A terse declarative logic programming language
-
Updated
Jul 28, 2020 - Prolog
explorations in core.logic
clojure
metaprogramming
prolog
logic-programming
abstract-interpretation
paper-implementations
binders
-
Updated
Aug 31, 2019 - Clojure
Allow Lisp programs to stop implementing an ad-hoc, informally-specified, bug-ridden, slow implementation of less than half of ISO-Prolog.
javascript
lisp
common-lisp
oop
prolog
lisp-interpreter
swi-prolog
swi-prolog-library
increment
object-oriented-programming
prolog-programming-language
swi
lisp-compiler
douglas-miles
yap-prolog
greenspun
prolog-programmers
-
Updated
Aug 6, 2020 - Common Lisp
Constraint Logic Programming over Integers
-
Updated
Apr 6, 2020 - Prolog
The Ciao programming language
language
programming-language
interpreter
bytecode
compiler
virtual-machine
logic
prolog
constraints
clp
ciao
-
Updated
Jun 4, 2020 - Prolog
End-to-End Differentiable Proving
-
Updated
Nov 21, 2018 - NewLisp
database
prolog
prolog-implementation
game-of-thrones
swi-prolog
family-tree
got
prolog-programming-language
prolog-application
prolog-rules
prolog-exercises
prolog-tutorial
-
Updated
Apr 15, 2019 - Prolog
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."
Terminus Server uses system:main/0 calls user hook main/1 to be prologscript compliant, which is good. But it hand parses (and not well) the argv list. let's move this to a proper optparse parsing before it becomes a nuisance.