#picolisp
Read more stories on Hashnode
Articles with this tag
In our previous post, we introduced how to utilize Discrete Event Simulation (DES) in PicoLisp. Now, let's explore another application: a railroad...
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...
One of the many nice things of PicoLisp is that it comes with a built-in database. This makes it easy to collect and store our own data, for example...