Hacker News new | ask | show | jobs
by judk 4567 days ago
EclipseFP, but really the case is that Haskell is so expressive that you don't need much from an IDE -- most of the asistace an IDE gives is already baked into the language. You don't need help writing repetitive code when the language lets you avoid repition. (E.g., type inference, point free notation, type classes, Deriving)