PicoLisp Explored: The cache function
In the previous posts, we discussed the theory of binary trees. Now we will look at at two actually useful implementations of binary trees: the cache function and the enum function. Obviously you can also use those functions without knowing anything ...
Sep 27, 20215 min read204

