Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

Prolog list membership, multiple results returned

PROLOG with lambda expressions

java lambda prolog

How to turn off "true" and "false" outputs in Prolog?

How to reify Prolog's backtracking state to perform the same task as "lazy seq" from Clojure?

Typing the Y combinator

RegEx Parser written in Prolog

regex prolog dcg

Is there a recommendable Prolog IDE for the Mac? [closed]

macos ide prolog

Prolog DCGs Multiple Features?

parsing prolog dcg

Cycle detection in a graph

prolog directed-graph

Integrating prolog into other environments

prolog swi-prolog

What's the difference between "false" and "no" in Prolog

prolog prolog-toplevel

Difference between logic programming and automated theorem proving

PROLOG all different

prolog clpfd

Incrementing numbers in Prolog

prolog increment

Defining (mathematical) function in Prolog

What does Prolog do if you X = f(X)?

prolog occurs-check

Predicate that pick elements which are on list twice not less not more

prolog

Intersection of two lists without duplicate elements in Prolog

list prolog duplicates

Get all possible binary trees using Prolog?

prolog binary-tree

Does Prolog need GC when the occurs check is globally enabled?