Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

Doubly Linked List in Prolog

Combinations of multiple lists - Prolog

list prolog

Unexpected result for predicate nb_setarg/3

How do return both a variable result and a true/false in Prolog?

Avoid linear cost of append/3 in Prolog

prolog dcg

How to sort by letters *and* numbers in prolog?

prolog

Forward chaining in YAP Prolog?

prolog

Does Prolog have an "if and only if" operator?

prolog

Strange results for list manipulation

prolog prolog-dif

Index of first element greater than X (Prolog)

list prolog clpfd

Does prolog have a spread/splat/*args operator?

Prolog integer comparison fails with error_type error

prolog

All possible knight positions in n moves - infinite loop in prolog

Why doesn't maplist/3 use a template?

prolog meta-predicate

How can Prolog derive nonsense results such as 3 < 2?

GNU Prolog - Recursion issue (easy?)

recursion prolog

gnu Prolog powerset modification

list prolog set substring dcg

Time comparison in Prolog

prolog

Splitting a list in prolog

list split prolog element

How does recursion in Prolog works from inside. One example