46 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.
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...
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...
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...
Before continuing with the "Mobile Development" series, I decided to write about the task function, because it is a very useful function as we will...