Aquamacs (Emacs for Mac) http://aquamacs.org/
Ask HN: Best code editor?
91–100 of 136 posts
Re: Ask HN: Best code editor?
#92Eclipse
Re: Ask HN: Best code editor?
#93I'm a fan of NetBeans. It isn't for everyone. Sometimes one wants something lightweight. However, NetBeans has a lot of nice things. Refactoring helpers are wonderful. They make it so much easier to change the name of something when its meaning changes so that the code stays clean. Like many visual editors (rather than command line things like vim), it can do tabs and show a tree of files on the left pane. It support…
Re: Ask HN: Best code editor?
#94Earlier quoted context omitted.
Or the Windows clone, e-Texteditor. Macs are far too expensive in Africa...
Macs are overpriced everywhere Sapient, I don't think its specific to Africa ;-)
A Macbook Pro is currently going for around $3500(USD), so its really hard for me to convince myself its worth it.
Re: Ask HN: Best code editor?
#95vim
This goes for Emacs, too. I get the feeling I've never really used these tools the way they're meant to be used.
Re: Ask HN: Best code editor?
#96Earlier quoted context omitted.
Macs are overpriced everywhere Sapient, I don't think its specific to Africa ;-)
Good point, maybe we just have less money in Africa :D A Macbook Pro is currently going for around $3500(USD), so its really hard for me to convince myself its worth it.
Re: Ask HN: Best code editor?
#97jedit
It's my impression that it was orphaned. Is it still under active development? I'd like it to keep going.
Re: Ask HN: Best code editor?
#98Earlier quoted context omitted.
Good point, maybe we just have less money in Africa :D A Macbook Pro is currently going for around $3500(USD), so its really hard for me to convince myself its worth it.
Whoah, that's definitely not the price everywhere in the world. I guess they really are expensive in your country. (I wouldn't quite generalize to Africa – I live in Africa, too, and I don't think Macs are that expensive here.)
Re: Ask HN: Best code editor?
#99Eclipse
For Java, yes.
What won me over is the excellent refactoring support. That is definitely something that I was not going to be able to hack together with some Emacs-lisp. It just makes sense that rename, extract variable, extract method, etc. are atomic operations.
Re: Ask HN: Best code editor?
#100Aquamacs (Emacs for Mac) http://aquamacs.org/
I really didn't get on with aquamacs. It'll do your head in if you use emacs on other platforms. You can use other emacs builds on mac OS. I use Carbon Emacs. Emacs 23 has a native cocoa build now.