Speeding up the Erlang Edit, Compile, Run/Debug cycle
问题 What is the fastest way to edit an Erlang application, compile the code and see the running result? Preferably jumping in the Erlang shell on the last step. My current newbie setup: A script that compiles the app and starts up the erl shell. Then I type in application:start(foo). When I fix a typo I recompile the module with c('module') and restart the app. Is there a faster way? BTW. my editor of choice is Emacs. 回答1: Here's my setup: While developing, I keep the Erlang shell open in a