Ask HN: Is Functional Programming the Future?
As new functional languages get made and gain wider appeal (e.g. Elm) and existing mainstream languages move in a function programming direction (e.g. records in Java), it seems that functional programming is ascendant.
But is this hype only in the HN bubble? And will functional programming achieve dominance in a way similar to OOP in the late 90s / early 2000s?
7 comments
[ 3.7 ms ] story [ 15.9 ms ] threadI think by relegating time control to a workaround, functional languages aren't a great fit for most problems. The concept of pure functions is elegant, but I don't think it's a realistic model.
Anecdotally, this seems to be widely embraced, not just on HN. But dominance? I don’t think that’s likely. I just think the multi-paradigm approach will continue to embrace FP in general.