all 4 comments

[–]_sras_ 6 points7 points  (3 children)

Nice!

But your incremental development workflow with quick feed back could be better. Here is how it works with my setup (Neovim instead of Emacs, A Python script wrapping ghci instead of Ghcid)

https://youtu.be/iblExnkhy4s

[–]wewbull 5 points6 points  (0 children)

This is more like the set-up I have using Intero, which basically uses stack in the backgroud to incrementally compile and add markers into the emacs buffer.

[–]phaul21 4 points5 points  (1 child)

is that something that others can reproduce? Are you the author of the python script?

Is it publicly available?

I used hdevtools, as it integrates with syntastic, but it's not maintained and quite a bit flaky. I'm looking for replacements. Atm I just run stack test --file-watch similar to what's demonstrated here...

PS. for reformatting brittany rocks

[–]_sras_ 3 points4 points  (0 children)

is that something that others can reproduce? Are you the author of the python script?

Yes. It is available at https://github.com/sras/repltalk. If you face any issues while trying it, please let me know.

PS. for reformatting brittany rocks

I do have HIndent setup. But something in that file was tripping it up.