Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

Prolog: Failure driven loops

Prolog - wolf goat cabbage

Is there an automatic parallel prolog implementation?

Does any version of Prolog support higher order abstraction of accumulators?

prolog mercury

Automatic results showing?

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?