|
|
|
|
|
by seanmcdirmid
3953 days ago
|
|
So you mean, Haskell has a bunch of people who prefer to use the force rather than their targeting computers? So Haskell's language design obviates the need for good code completion or pervasive display of type inference results? Also, as the joke goes, well typed programs can't go wrong in Haskell because the debugger just isn't that great. |
|
Even if you want these things, there are better ways to go about this instead of making a whole gargantuan interface to get a couple of features.
I'm not usually one to tell people what they should be working on, but time could be spent on this instead:
https://github.com/haskell/haskell-mode/wiki
(See also this for how to get in-source error information and type checking, if needed:
https://wiki.haskell.org/Emacs)