Closed
Description
We feel that there are two important use cases for a running Haskell interpreter process:
- REPL-based: load/reload only on command, any interactive command allowed, interpreter window interacts with the user
- IDE-based: load-on-save/visit, -Wall by default for warning overlays, interacts with user only with predefined set of commands, results are parsed and presented
The discussion was spawned by @deepfire comment: #795 (comment).
Lets discuss this avenue here.