Fork me on GitHub
#bangalore-clj
<
2018-03-23
>
amarjeet06:03:34

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)?

sreenath.n07:03:14

IntelliJ + Cursive would do?

amarjeet07:03:58

haven't tried it. I think if it can offer these 3 things, then I would certainly try.

metacritical02:03:47

Emacs + Cider is what i use for emacs.

amarjeet06:03:58

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.