[erlang-questions] speeding the development process for OTP nodes

Attila Rajmund Nohl attila.r.nohl@REDACTED
Sun Jun 2 10:59:58 CEST 2013


2013/6/2 Felix Gallo <felixgallo@REDACTED>:
[...]
> For those of us who don't believe in emacs, what's the one true optimal way
> to tighten up the development loop here?

http://www.lysator.liu.se/~tab/erlang/reshd/

This can be used from vim too: a shell script (using an expect script)
connects to the TCP port and executes (eventually) compile:file/2.
Then this script was set to the makeprg and worked great, under 5
seconds from typing :make to get the code in the system. Of course, if
you modify headers, you'll have to manually recompile and load the
including modules, but that happens quite rarely.



More information about the erlang-questions mailing list