A feature that I like in Haskell is the function composition. Understanding how you can apply a function, and then pass the result as the parameter for another function is just awesome. Since I learned this in Haskell I've tried to use it wherever I can, I think that a developer doesn't learn a language, but learns good practices and perspectives as you said.
A feature that I like in Haskell is the function composition. Understanding how you can apply a function, and then pass the result as the parameter for another function is just awesome. Since I learned this in Haskell I've tried to use it wherever I can, I think that a developer doesn't learn a language, but learns good practices and perspectives as you said.