[OT] Interesting blog post on disadvantages of the pure functional paradigm

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 9 01:58:27 PST 2016


Functional doesn't imply purity and immutability, and mutable 
functional has cognitive problems: mutation is important, but 
functional code is too high level, so whatever happens is hidden 
from the programmer; D suffers from this too as people are 
confused whether ranges are taken by value or by reference - this 
is important because they are mutable.


More information about the Digitalmars-d mailing list