Why learn PicoLisp? - How to Read this Blog
In the beginner's mind there are many possibilities. In the expert's mind there are few. (Shunryu Suzuki)

Search for a command to run...
Series
General thoughts on PicoLisp, Functional Programming and this blog.
In the beginner's mind there are many possibilities. In the expert's mind there are few. (Shunryu Suzuki)

In the last post, we discussed what functional programming actually means. The functional programming paradigm: distinguishes clearly between "actions" (functions with side effects) and "calculations" (functions without side effects), handles direc...

Given that this blog is called "Functional Programming in PicoLisp", I think we should now finally clarify what functional programming actually means. In this post, I want to introduce two definitions: First the fairly academic one that can be found ...

Minimalists out there, this one is for you.
