General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Vitaly L
Continuous Delivery
comments
Comments by "Vitaly L" (@vitalyl1327) on "Is Functional Programming DEAD Already?" video.
These days every piece of imperative code is being compiled via a functional intermediate representation. SSA is equivalent to CPS.
4
@aabhishek4911 by enforcing immutability, allowing compiler to use the fact that once value is read it won't change. To get the same level of optimisation in an imperative language you must litter your code with 'const' and carefully annotate aliasing.
2