PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

search

#search

More content

Read more stories on Hashnode


Articles with this tag

Learning Pilog -3: Unification and Proof Search

Nov 4, 20215 min read

In the last post, we have seen how we can create a knowledge base and run queries on it. Today we will try to understand how Prolog computes the...

Learning Pilog -3: Unification and Proof Search

Binary Tree Traversal, Part 2

Sep 26, 20214 min read

Level-order traversal · Welcome back to the second part of the "Binary tree traversal" task from Rosetta Code. This is a follow up to part 1. We have...

Binary Tree Traversal, Part 2

Binary Tree Traversal, Part 1

Sep 24, 20216 min read

Pre-order, post-order, in-order · In the last post, we discussed how binary trees are created in PicoLisp. Now let's play a little more with them. See...

Binary Tree Traversal, Part 1

PicoLisp Explored: The idx function

Sep 23, 20214 min read

"The best time to plant a tree was 25 years ago. The second-best time to plant a tree is today." (Eliud Kipchoge) · In this post, we will talk about a...

PicoLisp Explored: The idx function