InfoQ

News

Erlang IDE on it's way to 1.0

Posted by Craig Wickesser on Jan 09, 2008

Community
Java
Topics
Open Source ,
Debugging ,
Programming
Tags
Eclipse ,
Erlang ,
IDEs
Erlang is a concurrent programming language and runtime system that was originally developed in 1987 by Ericsson for their own proprietary use.  In 1998 Ericsson released Erlang to the open source community under a Modified MPL (Mozilla Public License).

Although recently there has been quite a bit of talk about Erlang, for the most part there hasn't been any great tool support, requiring developers to use text editors such as emacs.  However, Vlad Dumitrescu has started a project to really enhance the development of Erlang applications.  Erlide is the name of the project and it is an IDE based on the Eclipse platform

InfoQ had the chance to interview Vlad to find out the history of Erlide, it's current status and what the plans are for it in the future.

What gave you the idea to create an IDE for Erlang?

There already was a  proof-of-concept implementation of an Eclipse plugin (written by Eric Merritt and Marc van Woerkom), which at that time had been dormant for a while.
Since an Eclipse plugin had been started, Vlad's choice to use Eclipse was an obvious one.  Vlad also mentioned that his choice to use Eclipse was a result of several other factors,
  • I had started using Eclipse at work, and it seemed a good way to learn more by doing something fun.
  • At that time (2002-2003), Netbeans wasn't even close to Eclipse in terms of support for developing one's own language support.
How many developers are working on Erlide?
We are lucky to receive support from Ericsson, there are two developers (Jakob Cederlund and Tomas Daarstad) working more or less
full time with Erlide. And I try to keep up in the evenings.
Is Erlide a viable alternative to emacs?
Well, it depends what one understands by "viable". It works, it has features comparable to the default emacs' mode, but there is still a lot of work to  do. It is still alpha state, meaning that some "stupid" bugs are still there that affect stability, but those are being fixed at a steady pace.
What are the upcoming plans for the IDE (features, enhancements, etc)?
The main focus is on stability and integration with existing Erlang tools (mainly the debugger, but also tracing, profiler, dialyzer (static code analyzer), etc). We will have to add support for the new Erlang R12 release, which introduced a handful of cool improvements.

In the longer term, I would like to add custom extension points, so that additional support (for example for web development (yaws,
erlyweb)) can be added by the community without having to deal with the whole Erlide. One of our goals is to have a very thin Java wrapper
and have everything of importance implemented in Erlang, lowering even further the entry barrier for Erlang developers to be able to
customize the environment without having to learn Java.
What is the timeline for a 1.0 release?
I'm one of those people that prefer having a very good quality 0.9 than a less than good 1.0, but given the above mentioned support we
aim for 1.0 by the end of Q2 2008. Until then, there will be releases at least once every month.
As Vlad mentioned, Erlide is very young with its current version being 0.3.36.  The Erlide development team does have a hefty workload ahead of them for a 1.0 release of the IDE.

For additional information about Erland and Erlide visit the following sites:

No comments

Watch Thread Reply

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.