Follow
Series

PicoLisp Explored

In this series, some more advanced features of PicoLisp will be explained that have not been covered in the beginner's tutorial.

Articles in this series

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
PicoLisp Explored: The task function
Working with Lists: Destructive Operations
Working with Lists - Mapping functions
Working with Lists - push, pop, and more.
PicoLisp Explored: The curry function