haskell-do
haskell-do copied to clipboard
:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
This workaround would download all the required dependencies so they are cached.
Some time ago I discovered that @dmjio released [Miso](https://haskell-miso.org/), a great GUI framework based on Elm. Right now we are relying on our `Ulmus` module, that emulates the Elm architecture....
This would improve 2 things: 1. No more need to build GHCJS first time 2. Automatic installation of NodeJS/required libraries.
If a computation will run for a long time, it would be good to be able to disconnect the browser, and reconnect later, and see any output produced during that...
When I created a new project via haskell-do, the indicator on the web page kept spinning for several minutes. I finally gave up. Please add an indication that things can...
I've been taking a look at the source code of [intero-neovim](https://github.com/parsonsmatt/intero-neovim/tree/master/autoload/intero) and it looks like we can make something like what they do for handling errors. We can either use...
Right now we store the user's project as a Markdown file with some options on top so `inliterate` can render it properly. The thing is that this is not really...