PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

Functional Programming

#functional-programming

More content

Read more stories on Hashnode


Articles with this tag

PicoLisp Explored: Discrete Event Simulation

Sep 9, 20238 min read

The Dining Philosophers ยท The last post was about coroutines. Now we will show how these coroutines can be used for Discrete Event Simulation...

PicoLisp Explored: Discrete Event Simulation

PicoLixp Explored: On Coroutines

Aug 13, 20235 min read

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...

PicoLixp Explored: On Coroutines

Improving User Experience with Server-Sent Events

May 31, 20225 min read

In the last two posts, we have built a little app that shows the current location and displays the nearest ice cream...

Improving User Experience with Server-Sent Events

An OpenStreetMap App written in PicoLisp (Pt. 3)

May 24, 20227 min read

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...

An OpenStreetMap App written in PicoLisp (Pt. 3)

An OpenStreetMap App written in PicoLisp (Pt. 2)

May 18, 20225 min read

Now it's almost summer and definitely time to finish the blog post about the PicoLisp Ice Cream Finder! This is a continuation of this post, where we...

An OpenStreetMap App written in PicoLisp (Pt. 2)

PicoLisp Explored: Writing your own little Chat App

Apr 29, 20225 min read

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...

PicoLisp Explored: Writing your own little Chat App