erl
erl VM - how to load my module on startup ( c(modulename) )
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[详细]
2023-03-29 12:13 分类:问答How to load all Erlang modules in a directory automatically?
Using the answer from Easy way of loading projects with rebar dependencies, dependencies are now automatically resolved, but they are not automatically loaded.[详细]
2023-03-26 00:26 分类:问答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.[详细]
2023-02-28 22:57 分类:问答Erlang: Who supervises the supervisor?
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[详细]
2023-02-25 08:18 分类:问答Erlang VM -s argument misbehaving
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.[详细]
2022-12-16 11:15 分类:问答What do the Erlang emulator info statements mean?
When I start up my Erlang emulator, there the first bit has a bunch of informational things.(Slightly reformatted for effect.)[详细]
2022-12-15 02:15 分类:问答