Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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#

Prolog, using expressions

prolog

prolog - infinite rule

Writing to file (Prolog)

prolog

Regular Expression Matching Prolog

regex prolog dcg failure-slice

In prolog, why doesn't adding "edge(X, Y) :- edge(Y, X)." alone work for converting a directed graph definition to an undirected graph

Is there a way or an algorithm to convert DCG into normal definite clauses in Prolog?

Prolog - Generate alternating symbols on backtrack: [a] ; [a,b]; [a,b,a]; [a,b,a,b]

list prolog dcg

Intersection and union of 2 lists

list prolog

Two clause definition to find the maximum number on a list

prolog

Prolog: inequality operator

prolog prolog-dif

What's wrong with Prolog's append?

prolog append

Should text-processing DCGs be written to handle codes or chars? Or both?

prolog char dcg

How to define a predicate in prolog

prolog