I can run erl from my application and it must be turne开发者_Go百科d on, I really don\'t want to make win32API Hook + sentMessage to run c(mymodulename), that\'s why I\'m interesting if there some aut
Using the answer from Easy way of loading projects with rebar dependencies, dependencies are now automatically resolved, but they are not automatically loaded.
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.
In all Erlang supervisor examples I have seen yet, there usually is a \"master\" supervisor开发者_开发知识库 who supervises the whole tree (or at least is the root node in the supervisor tree). What i
When I start up a function within the erl shell, it works fine. When I try to invoke the same function with 开发者_JAVA百科erl ... -s module function, it fails.
When I start up my Erlang emulator, there the first bit has a bunch of informational things.(Slightly reformatted for effect.)