Mia Temmapicolisp-explored.com·May 12, 2024A 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...Discuss·2 likes·21.5K readspicolisp
Mia Temmapicolisp-explored.com·Sep 9, 2023PicoLisp 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...Discuss·2 likes·2.6K readsPicoLisp Exploredpicolisp
Mia Temmapicolisp-explored.com·Aug 13, 2023PicoLixp 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...Liam OBrien and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·4.3K readsPicoLisp Exploredpicolisp
Mia Temmapicolisp-explored.com·Jun 7, 2022Data 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...Discuss·3.3K readsWeb Application Developmentlisp