#lisp
Read more stories on Hashnode
Articles with this tag
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 beginner's mind there are many possibilities. In the expert's mind there are few. (Shunryu Suzuki) ยท Actually this is post no. 99 on this blog, so...
In the last post, we discussed what functional programming actually means. The functional programming paradigm: distinguishes clearly between...