bangalore-clj

https://www.meetup.com/Bangalore-Clojure-User-Group/
amarjeet 2018-03-23T06:30:34.000052Z

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.n 2018-03-23T07:25:14.000121Z

IntelliJ + Cursive would do?

amarjeet 2018-03-23T07:26:58.000213Z

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

metacritical 2018-03-25T02:46:47.000027Z

Emacs + Cider is what i use for emacs.

amarjeet 2018-03-23T06:35:58.000042Z

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.