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

qznc via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 9 15:25:19 PST 2016


On Friday, 9 December 2016 at 10:25:49 UTC, Kagamin wrote:
> On Friday, 9 December 2016 at 10:01:13 UTC, qznc wrote:
>> http://beza1e1.tuxen.de/articles/functional.html
>
> What about python and javascript?

Python and Javascript are mixed paradigm languages. You could 
argue if purity and immutability are part of FP, then Python and 
Javascript lack essential parts of FP and are not mixed. That is 
a good point. It is also what hardcore FP programmers think about 
those languages. They pity them.

If FP is about being declarative, then logic programming (Prolog) 
is even more so.


More information about the Digitalmars-d mailing list