PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

logic

#logic

More content

Read more stories on Hashnode


Articles with this tag

How to Write Database Queries with Pilog

Nov 14, 20215 min read

This post assumes that you know the basics of Pilog (PicoLisp Prolog). If you don't, consider to read this article series first. All Pilog access to...

How to Write Database Queries with Pilog

Optimal Route Planning: A Brute Force Solution

Nov 13, 20216 min read

This task is actually not included in the Rosetta code, but still it is a quite frequent algorithmic task: How to find the optimal path between two...

Optimal Route Planning: A Brute Force Solution

Dinesman's Multiple Dwelling Problem

Nov 12, 20214 min read

The original task is from the book "Superior Mathematical Puzzles" from Howard P. Dinesman. The Task Baker, Cooper, Fletcher, Miller, and Smith live...

Dinesman's Multiple Dwelling Problem

Who owns the Zebra? - A Logic Puzzle

Nov 11, 20219 min read

"98% of the world population cannot solve this task." (Fake quote attributed to Albert Einstein) · The Task The Zebra puzzle, a.k.a. Einstein's Riddle,...

Who owns the Zebra? - A Logic Puzzle

The Towers Of Hanoi

Nov 10, 20215 min read

Implemented in Logical and Functional Programming · Today we will talk about a very famous recursive algorithm: The Towers of Hanoi riddle. We will show...

The Towers Of Hanoi

How to use Pilog in PicoLisp

Nov 9, 20213 min read

In the last seven posts we introduced the main concepts and syntax of Pilog. However, all the queries were only done in interactive mode from the...

How to use Pilog in PicoLisp