6
votes
How long does it take for you to be comfortable with Haskell?
The point is not to write fast Haskell code, but to write Haskell code fast. When you get there and you need to make your code fast(er), start optimizing (or use the FFI, you don't have to forget y …
