Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

How to avoid using assert and retractall in Prolog to implement global (or state) variables

Herbrand universe and Least herbrand Model

prolog logic-programming

Prolog DCG: find last element

prolog dcg

Have any commercial video games ever used Prolog? [closed]

prolog game-engine

Prolog existence_error procedure in basic example

prolog gnu-prolog

Is this Prolog terminology correct? (fact, rule, procedure, predicate, ...)

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#