Hacker News new | ask | show | jobs
by jshen 5421 days ago
aquamacs?
1 comments

+1. I find that Textmate and aquamacs in tandem provide enough coverage for different coding tasks. Also, I find IntelliJ, RubyMine, and PyCharm great when I need auto-completion and a full IDE environment. (Some of my Clojure using friends may laugh, but IntelliJ with the Clojure plugin is my favorite Clojure hacking environment.)

Aquamacs is what I use for all Gambit-C Scheme and Common Lisp coding.

Wow, I do almost exactly the same thing. I thought I was weird cause I don't know anyone else that does it.

But, I get frustrated with clojure in intellij because it doesn't understand leiningen. The clojure repl, for example, doesn't load the dependencies from lein.

If I'm editing in Emacs I often use something else for project wide search. Even TextMate's find-in-project is better than using grep in emacs.

I think a better grep mode could be written but it doesn't exist yet afaik.