[Haskell-cafe] What features should an (fictitious) IDE for Haskell have?

Gregory Guthrie guthrie at miu.edu
Tue Dec 1 01:13:49 UTC 2020


Sem like there are *many* standard examples around, IntelliJ, Eclipse, Netbeans, etc.

Are there specific reasons that a Haskell IDE would be different in features??

Is there something lacking in use of (say) the standard IntelliJ IDE for Haskell?


Dr. Gregory Guthrie
Maharishi International University
----------------------------------------------------------------

From: Haskell-Cafe <haskell-cafe-bounces at haskell.org> On Behalf Of MarLinn
Sent: Monday, November 30, 2020 7:01 PM
To: haskell-cafe at haskell.org
Subject: Re: [Haskell-cafe] What features should an (fictitious) IDE for Haskell have?


Most importantly: A good IDE is not a text editor, but an AST editor. If the AST happens to be presented as text, that's a choice of visualisation, nothing more. Better to start with a graph-like visualisation to free the mind, then think through the possible interactions. Maybe add the typical text-like visualisation later. But don't start there or you'll just re-invent notepad for the nth time.

Maybe don't even store the code as ascii text.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20201201/fbcda30d/attachment.html>


More information about the Haskell-Cafe mailing list