logoalt Hacker News

Julia Snail – An Emacs Development Environment for Julia Like Clojure's Cider

136 pointsby TheWiggleslast Sunday at 9:27 AM21 commentsview on HN

Comments

internet_pointstoday at 8:33 AM

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_...

miroljubtoday at 12:27 PM

> Like Clojure Cider

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.

throwaway27448today at 5:11 AM

[flagged]

show 2 replies