Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

Prolog without if and else statements

prolog logic

Faster implementation of verbal arithmetic 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