DEV Community

Discussion on: Why is functional programming gaining popularity?

Collapse
 
gdarruda profile image
Gabriel Domingos de Arruda

Parallel programing is a huge deal too: I'm working with analytics using Apache Spark + Scala over Hadoop, so FP it's not a option in my case.

I don't have the theorical basis of FP, but I really like the way code feels, much more organized using a functional aproach. Even using other tools, I pretend to mantain a functional aproacch whenever is possible.