Articles in this series
Minimalists out there, this one is for you.
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 ...
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...
In the beginner's mind there are many possibilities. In the expert's mind there are few. (Shunryu Suzuki)