Premature Non-Functional Programming the Root of All Evil?
This post by Wesner Moise reminded me of my own post a few weeks back. Basically, the observation is that the "functional programming" paradigm, in which variables are immutable once bound, really seems to have something going for it.
In functional programming, the context necessary to achieve a function is …
more ...