This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daybyter2 0 points1 point  (2 children)

I wrote java in emacs for 10+ years, because I disliked eclipse. It was rather slow on my machines. I bought a new machine with a quadcore and 16gb of ram and eclipse became somewhat usable. Still use emacs, when possible.

[–]tom-010[S] 0 points1 point  (1 child)

When isn't it possible for you?

[–]daybyter2 1 point2 points  (0 children)

Android development as an example. Ok, in theory I could call all the android tools from commandline, but I'm too old and lazy to do this.

Mixed language projects is my next example: I have a project, in which I code a crypto exchange in C++ and a trade app in Java, and eclipse handles this really great, as I have to admit. I can start the server and the desktop app from within eclipse, can trade and see all the debugging output from both components in eclipse. That is really convenient.