DEV Community

Discussion on: Java with a Clojure mindset

Collapse
 
danlebrero profile image
Dan Lebrero

Hi Marcin,

Thanks a lot for the feedback!

I always suggest everybody to not learn two things at the same time, and honestly, leaning Clojure and Emacs at the same time will be extremely frustrating.

My recommendation is to use whatever IDE/Editor you are used to. Right now most of them have some kind of Clojure support/plugin.

I personally use Intellij + Cursive plugin (cursive-ide.com, not free), which allows me to "reuse" most of my Intellij shortcuts.

Good luck on your journey!

Dan