Hi,

I'm most used to using Intellij, since it is what I use everyday at work
programming in Java.  So my first forays into Clojure have been using
LaClojure.  Some things I like about using Intellij for Clojure development
are:

   - I can click on a piece of code and have Intellij take me to the file
   where that code is defined, even if I didn't write it; this means I can
   click right through into clojure.core and read the source.
   - It also has a nice rainbow parens feature which I find helps with
   visually parsing the Clojure code.
   - And of course Intellij has a LOT of keyboard shortcuts to help with
   manipulating the text.
   - I also like to change the color scheme, I assume emacs allows you to
   use a self-created color scheme?

I've been considering switching to Emacs because it seems to be the de facto
standard for the community.  Does emacs have the equivalent of these four
features?  If not, does it have their equivalents?

On another note, I'd also love to hear what features Emacs would give me
that LaClojure doesn't enable.

All the Best,
Alex

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to