Hacker News new | ask | show | jobs
by PaulAJ 4580 days ago
There is a saying: first make it work, then make it work fast. The problem with doing the second in imperative languages is that you need to pull all your working code apart and rewrite it. Haskell separates the "make it work" from the "make it work fast".