6 ms·
In recent years there has been some improvement with the available tooling with the likes of rebar3[1] and just a few months ago WhatsApp released ELP (Erlang L
by hazbo 2y ago
In recent years there has been some improvement with the available tooling with the likes of rebar3[1] and just a few months ago WhatsApp released ELP (Erlang Language Platform)[2] which integrates with your IDE as a language server that provides really nice support when working with Erlang.
[1]: https://www.rebar3.org/ https://www.rebar3.org/
[2]: https://whatsapp.github.io/erlang-language-platform/ https://whatsapp.github.io/erlang-language-platform/
- _mlbt 2y agoI did not know about ELP! That’s great. If you know Emacs, there’s a really good editor mode that’s included with Erlang. Shameless plug…I made a simple tool to make it easier to configure it… https://github.com/dlachausse/erlmacs https://github.com/dlachausse/erlmacs
- hazbo 2y agoI've had such a good experience with ELP, though did have some issues getting it working correctly with my emacs setup (that's probably somehow my fault). I will say though that for VSCode, it's a case of installing the extension, zero config and it just works!