Learning Pilog - 4: Recursion
In the last post, we discussed briefly the backtracking search algorithm. Let's explore this topic a little further as it's an important concept in Pilog programming.
This post is based on this tutorial.
A recursive example
Let's illustrate the conc...
picolisp-explored.com5 min read