picolisp-explored.comA Railroad Simulation with DESIn our previous post, we introduced how to utilize Discrete Event Simulation (DES) in PicoLisp. Now, let's explore another application: a railroad model simulation that includes tracks and trains. The visualization is ASCII-based, so feel free to unl...May 12, 2024·8 min read
picolisp-explored.comPicoLisp Explored: Discrete Event SimulationThe last post was about coroutines. Now we will show how these coroutines can be used for Discrete Event Simulation (DES). Discrete Event Simulation in PicoLisp As the name suggests, Discrete Event Simulation (DES) models systems by focusing on a se...Sep 9, 2023·8 min read
picolisp-explored.comPicoLixp Explored: On CoroutinesIn 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 on Discrete Event Simulation and finally a couple of examples, including an ASCII model railway simu...Aug 13, 2023·5 min read
picolisp-explored.comData Visualization with D3.js and PicoLispOne 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 via a mobile app. But not all data is best represented in tables and lists: sometimes a colorful litt...Jun 7, 2022·5 min read
picolisp-explored.comImproving User Experience with Server-Sent EventsIn the last two posts, we have built a little app that shows the current location and displays the nearest ice cream shops: https://picolisp-explored.com/an-openstreetmap-app-written-in-picolisp-pt-1 https://picolisp-explored.com/an-openstreetmap-ap...May 31, 2022·5 min read