[erlang-questions] (no subject)

Matthias Lang matthias@REDACTED
Sat Jan 27 11:46:19 CET 2007


e0sow9002@REDACTED writes:
 > How do I run an erlang program from the command line?
 > 
 > Please excuse me if I have missed where this is documented, but
 > I've looked in all what seem obvious places. The FAQ, Getting
 > started etc.

You could look at question 5.7 in the Erlang FAQ "How do I run an
Erlang program directly from the unix shell?"

  http://www.erlang.org/faq/x479.html#AEN523

Or you could ask google word-for-word exactly what you asked the
mailing list several times over:

  "How do I run an erlang program from the command line?"

  http://www.google.se/search?hl=en&client=firefox-a&rls=org.debian%3Aen-US%3Aunofficial&hs=fL5&q=How+do+I+run+an+erlang+program+from+the+command+line&btnG=Search

And the very first link is to an explanation of how to do it.

The trap exit wiki has even more detailed instructions:

  http://wiki.trapexit.org/index.php/Running_Erlang_Code_From_The_Command_Line

It could be that you want to make an executable and run that directly,
in which case

  http://www.erlang.org/faq/x479.html#AEN667

might be of interest.

Matthias



More information about the erlang-questions mailing list