theam / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
Apache License 2.0
352 stars 31 forks source link

Use interactive mode with user projects #119

Open NickSeagull opened 7 years ago

NickSeagull commented 7 years ago

This would make a much faster compilation, making preview nearly instant:

Instead of running stack build each time, which includes compilation and linking, we could just run a

> :r
> main

In a repl and get the output