Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

findall/3 creates new, unrelated variables in its resulting list

prolog prolog-findall

warning in prolog

prolog warnings

What is the meaning of slash after the predicate name in Prolog?

prolog predicate

Prolog program to find equality of two lists in any order

list prolog any failure-slice

Prolog: how to write (and use) a function that lists all list permutations?

prolog

What are the pros and cons of using manual list iteration vs recursion through fail

valid bracket list in prolog

list parsing prolog brackets

Prolog-iterating through list

list prolog iteration head

Prolog Program To Check If A Number Is Prime

prolog primes

forall - Prolog

prolog

A searchable Prolog language description online [closed]

prolog standards iso-prolog

How to find the unique shortest path for a weighted directed graph with SWI Prolog?

Show WAM code for a given Prolog program

Check if a list is a palindrome. If not, insert elements to make it a palindrome. (Prolog)

list prolog palindrome

Prolog; try to make fibonacci more effective?

prolog fibonacci clpfd

How to create bidirectional predicates in Prolog?

prolog

Dynamic rule assertion in SWI-prolog

prolog metaprogramming

Backtracking in recursive predicates

prolog failure-slice

What does the "-" symbol mean in Prolog when dealing with lists?

Prolog - handling binary data with DCGs