• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

IDEA vs. Eclipse vs. EMACs

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently, I use Eclipse as my working IDE. However, it took many years for me to give up the ability to program simple, quick and effective macros in Lisp. The fact that Eclipse has a Lisp plug-in is what made me finally make the switch, and I'm really glad I did.

Frankly, the ability of Eclipse to accept and use multiple plugins is what represents the real savings to me. In the late nineties, Perl had the same allure to me. While I was really good with SED and AWK, the fact that I could download a Perl "plugin" to provide that functionality, while I was programming my CGI's, is what sold me.

So, the question is, while IDEA may be a great tool with a lot of finish, is it as customizable as Eclipse? Could I use Lisp to program macros? Is there a better alternative that IDEA has that doesn't have a steep learning curve?

I'm all for trying the next, best technology (I am a techie, of course!) The thing is, I hate having to dump all of my skills every time a new tool comes out. The real genius behind Eclipse is that it allows us to keep using our skills (such as lisp or vi), while learning to implement new ones (like refactoring). If IDEA also allows this, I may download it and use it. But then, there's that whole cost thing... Free is always cheaper than not free...
 
reply
    Bookmark Topic Watch Topic
  • New Topic