Tagged Questions
8
votes
3answers
584 views
Do functional programming languages have more opportunity to do compile time optimization?
I was reading the book "Functional Programming for the Real World". It started with comparison between imperative and functional programming languages. And it stated how 'values' and 'expressions' in ...