Articles in this series
The Dining Philosophers ยท The last post was about coroutines. Now we will show how these coroutines can be used for Discrete Event Simulation...
In this post, we will introduce the concept of co-routines and how they are handled in PicoLisp. This will be the foundation for the subsequent posts...
In the last post, we saw how to use the task function to repeat tasks periodically or listen for asynchronous events. Now let's demonstrate it using a...
Before continuing with the "Mobile Development" series, I decided to write about the task function, because it is a very useful function as we will...
In functional languages, we care a lot about the so-called "side effects" of functions. Based on the definition of Eric Normand, a function with side...
In one of the last posts, we discussed functions to add or remove items from lists with push, pop and so on. Today, we will see how to apply functions...