What’s a good IDE for Erlang programming?

The best IDE for Erlang is Emacs. However, the mode which ships with Erlang isn’t the best. Erlware-mode extends it and Distel allows you to use Emacs itself as an Erlang node, enabling some very nice features. See this blog post. Between plugins for NetBeans (ErlyBird) and Eclipse (ErlIDE), I prefer the Eclipse one. NetBeans at least used to require nightly … Read more