|
|
|
|
|
by tieTYT
4773 days ago
|
|
> it's surprising how often you _don't_ need a debugger in a _functional language_ I disagree. That may be true in Haskell because it's static and the compiler finds a lot of problems. This isn't true for all functional languages though. I REALLY want a debugger in Clojure code and it's pretty functional*. |
|
Static typing can do a lot of good, but the stricter semantics of Haskell also goes a long way into writing code with fewer bugs.