Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

Prolog, using expressions

prolog

prolog - infinite rule

Writing to file (Prolog)

prolog

Regular Expression Matching Prolog

regex prolog dcg failure-slice

In prolog, why doesn't adding "edge(X, Y) :- edge(Y, X)." alone work for converting a directed graph definition to an undirected graph

Is there a way or an algorithm to convert DCG into normal definite clauses in Prolog?

Prolog - Generate alternating symbols on backtrack: [a] ; [a,b]; [a,b,a]; [a,b,a,b]

list prolog dcg

Intersection and union of 2 lists

list prolog

Two clause definition to find the maximum number on a list

prolog

Prolog: inequality operator

prolog prolog-dif

What's wrong with Prolog's append?

prolog append

Should text-processing DCGs be written to handle codes or chars? Or both?

prolog char dcg

How to define a predicate in prolog

prolog

Check if all numbers in a list are different in prolog

prolog

How Can I simulate a while loop in Prolog with unchangeable conditions?

while-loop prolog

Solution to Smullyan's numerical machines

How to create user interface for prolog program [closed]

prolog

Prolog difference list

prolog difference-lists

Android and Prolog

android prolog

Avoiding the use of cut in Prolog absolute value predicate

prolog prolog-cut