Does anyone know about an editor that can offer 1) Instarepl feature (LightTable) - see image, 2) continue to save code as your write (either on the local machine or in cloud, and 3) contains the history - means, I should be able to go back to a specific point in time (of code save)?
IntelliJ + Cursive would do?
haven't tried it. I think if it can offer these 3 things, then I would certainly try.
Emacs + Cider is what i use for emacs.
http://repl.it (https://repl.it) is close, but the problem is that it shows all evaluations at one place in a separate pan. So, if I have large number of LOC, then its difficult to map which evaluation corresponds to which line.