Julia Snail – An Emacs Development Environment for Julia Like Clojure's Cider(github.com)
github.com
Julia Snail – An Emacs Development Environment for Julia Like Clojure's Cider
https://github.com/gcv/julia-snail
29 comments
I want this but for Haskell :-) Maybe some of the amazing work on dataframe[0] and related libraries could be used for a better Haskell REPL in Emacs. I never much liked the notebook way of working, I prefer having a file of functions alongside a REPL, but time-to-graph is bad, and I don't know if there's a good solution to how the REPL forgets previously defined variables on reloading a file.
[0] https://dataframe.readthedocs.io/en/latest/exploratory_data_...
[0] https://dataframe.readthedocs.io/en/latest/exploratory_data_...
Does Haskell have the built in machinery needed for a proper REPL?
You mean like Common Lisp Slime? When Cider started, it was based on slime, later they created a fork and even later created the nrepl protocol.