472 followers
A blog about the whole ecosystem of PicoLisp - tutorials, real-world projects, functional programming theory.
Check out https://gitlab.com/picolisp-blog for sources and more.
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...
In the last two posts, we have built a little app that shows the current location and displays the nearest ice cream...
This is the third part of a little series which explains how to write a small app in PicoLisp that shows the nearest ice cream shops nearby. You might...