Hacker News new | ask | show | jobs
by markusde 972 days ago
You're mixing up functional programming with an execution model for functional languages. These are not the same.
1 comments

Research around functional languages involves their execution models. Even ignoring execution models immutability is a staple of functional programming which is not good for performance.