Better definition of the reifying memberd_t/3...
Read MorePure Prolog Peano Number Apartness...
Read MorePure Prolog Meta-Interpreter with one Rule...
Read MorePurity of Prolog predicates that use impure primitives...
Read MoreLogical purity of when/2 and ground/1...
Read MoreProlog, about how to form better clauses...
Read MoreHow to implement a not_all_equal/1 predicate...
Read MoreAre cuts that bad in programming?...
Read MoreWhat minimal change to my code would make it preserve logical purity?...
Read MoreHow to implement list item deletion for all argument modes?...
Read MoreIs "almost pure" Prolog expressive?...
Read MoreUse of redundant goals in queries...
Read More`less/2` relation in Peano arithmetic...
Read MoreNU-Prolog's and Gödel's logical and sound `if-then-else` extension...
Read MoreIs pure Prolog Turing-complete, and if so, why can't it implement list intersection?...
Read MoreGoal expansion for an `if_/3` operator in Prolog...
Read MoreLongest common prefix (LCP) of a list of strings...
Read MoreProlog if-then-else constructs: -> vs *-> vs. if_/3...
Read MoreIs there a cut-less way to implement same_length/3?...
Read MoreWhat are the requirements a computer function must meet to be considered "monotonic"?...
Read Moreprolog doesn't give me a solution when one exists...
Read MoreProlog program to get an (integer) number as the sum of two integer squares, why does it not work?...
Read More