Erlang comes with an interactive shell where you can try out your Erlang code.
I'm sure that there is a function for that. I just want to make a list of 1000 numbers, each one …
erlang erlang-shellI have the following Erlang code and it is giving the warning as follows, when i try to compile it, …
erlang erlang-shell erlBasically I have a structure that includes a Value and a list of Ids. What I want to do is …
erlang erlang-shellIn the Erlang interactive shell you can bind variables to values. If I would like to clear everything and start …
erlang erlang-shellI can start an Erlang file either via the command line or bash script: exec erl file.erl But, I …
bash command-line erlang erlang-shellThis started off as the question: Almost every time when I use the Erlang shell, I'd like to run some …
erlang erlang-shell