Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

How can I create this DCG in Prolog?

prolog regular-language dcg

How can I pass a predicate as parameter for another predicate in Prolog?

Infinite loop in prolog? Or just very slow?

prolog

Cryptogram Puzzle with Prolog CLPFD

What is the difference between a list with anything ([_]) and anything (_)

list prolog

Make a predicate reversible

prolog

Prolog: how to avoid backtracking without cuts?

how to split a sentence in swi-prolog

prolog swi-prolog dcg

Emulating Prolog backtracking in F#

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