Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prolog

Cut and Fail in Prolog

prolog prolog-cut

Complexity of ISO Prolog predicates

Prolog DCG: Writing programming language lexer

prolog lexical-analysis dcg

Solving Tower of Hanoi declaratively (Prolog)

Difficulties implementing DSL in Prolog from EBNF using DCG

parsing prolog dsl dcg ebnf

Why "..." appears in my answer of matrix in Prolog

What does the colon (:) exactly stand for in Swi-Prolog?

prolog colon

How to add to end of list in prolog

prolog

What are the minimum/maximum integers in gprolog?

integer prolog iso-prolog

GNU Prolog assert error

Prolog: a person is a sibling of himself?

prolog prolog-dif

how to stop prolog from examining impossible solutions infinitely?

Expressing setup time with cumulatives

catch/3 and call_with_time_limit/2 predicates in SWI-Prolog

prolog timeout swi-prolog

How to convert if else to fully declarative in Prolog?

Existential quantification in Prolog facts

Testing Prolog Difference lists

How to create a list of numbers that add up to a specific number

prolog

I want to create dynamic facts in prolog

Check if string is substring in Prolog