News

Pure functions. The ideal in functional programming is what is known as pure functions.A pure function is one whose results are dependent only upon the input parameters, and whose operation ...
In functional programming, this is a big no-no. Mutations are considered a nasty side-effect that should be avoided. The issues that arise from mutation typically have to do with assumptions about ...
They try doing something that’s trivial in their day-to-day language, run into problems and assume it’s because functional programming is terrible. Then they ask a pointed, overly detailed ...
Functional programming languages have their space and use, but I’m not convinced that 8 bit microcontrollers is where it’s at. Report comment. Reply. rasz_pl says: May 25, 2016 at 4:03 pm ...