erlang-shell
Automate Erlang shell nodes with unix batch
I can run many erlang nodes from batch file. But, can i pass some ar开发者_运维问答guments to erl that cause it to execute some commands?If you wish to start a node, and for example start an erlang ap[详细]
2023-04-12 10:18 分类:问答Erlang. Start remote shell error
I tried to start remote shell and get a following error: *** ERROR: Shell process terminated! (^G to start new job) ***[详细]
2023-03-11 14:03 分类:问答Can I add include directories to the erl command?
When compiling an erlang file with erlc I can add additional include directories like so: erlc -I /home/trotter/code/open-source/yaws/include src/myapp.erl[详细]
2023-01-29 01:32 分类:问答How to run a custom function when starting an Erlang shell / node? (That is, a function within an `.erl` file)
I can start an Erlang file either via the command line or bash script: exec erl file.erl But, I cannot seem to find out how to directly start a function within this file.[详细]
2023-01-27 18:20 分类:问答How do you unbind variables in an interactive Erlang session?
In the Erlang interactive shell you can bind variables to values. If I would l开发者_如何学Goike to clear everything and start from scratch without exiting the session and starting a new one, how do I[详细]
2022-12-24 05:37 分类:问答