Search Results

7
votes

What type of scope does Haskell use?

There are some things wrong in your statements... There are no mutable variables in Haskell just definitions (or immutable variables) A variable memory location is a concept …
0
votes

How much math do I need to become productive in Haskell?

I believe that Haskell teach you a lot of logic, discrete maths so then learn Haskell and you'll get some maths skill too :) …