Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the IDE of choice for Erlang development? [closed]

Tags:

ide

erlang

I want to get into Erlang programming, specifically some yaws stuff. (Currently, I use Eclipse for Java development.)

What is the IDE of choice for Erlang development?

like image 895
Stu Thompson Avatar asked Jul 10 '09 11:07

Stu Thompson


3 Answers

While there are several choices of plugins for NetBeans or Eclipse, the officially recommended IDE is Erlang mode for Emacs

like image 93
Praveen Angyan Avatar answered Sep 28 '22 01:09

Praveen Angyan


Eclipse does the job just fine for me with the Erlang plugin. If you are already familiar with that through Java development why not simply stick with that?

I have also used JEdit and it performs pretty well.

Both are pretty good at syntax highlighting and have templates for new modules (OTP etc.).

Although I agree that Emacs is the "official" editor of choice you don't have to use it (and learn a whole new editing approach) if you don't want to.

like image 26
Alan Moore Avatar answered Sep 28 '22 02:09

Alan Moore


Emacs is the IDE of choice. It supports Distel which plugs your editor into a cluster of Erlang Virtual Machines as an Erlang node in its own right (maaan!).

like image 35
Gordon Guthrie Avatar answered Sep 28 '22 02:09

Gordon Guthrie