Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

power function in prolog

Defining predicates in SICStus Prolog / SWI-Prolog REPL

Splitting a list of integers into a list of positive integers and a list of negative integers

list split prolog clpfd

Double negation and execution model in Prolog

Prolog element in lists replacement

list replace prolog

Prolog basic questions

prolog

How to create a list from facts in Prolog?

prolog

Prolog - infinite loop

prolog failure-slice

Thinking out of Prolog and into Haskell - Generating Lists of Truth-Value Combinations

How to delete the last element from a list in Prolog?

list prolog

How to use predicate sharing the same name from several modules in Prolog

prolog swi-prolog

Unit testing in XSB Prolog?

unit-testing prolog xsb plunit

Generate all permutations of the list [1, 1, 2, 2, ..., n, n] where the number of elements between each pair is even in Prolog

algorithm prolog

Duplicate solutions

prolog prolog-setof

Use cut in Prolog to define a once_member/2 function

prolog prolog-cut

Depth First Search Algorithm Prolog

Please explain this Turing Machine simulator written in Prolog

prolog turing-machines

Is this code tail-recursive?

prolog tail-recursion

Are HiLog terms still useful in modern Prolog?

How can I embed a Prolog-like inference engine into a .NET application?