Hello (Erlang) World!

Vance Shipley vances@REDACTED
Sat Aug 14 20:37:00 CEST 2004


On Sat, Aug 14, 2004 at 03:46:40PM +0200, Thomas.Herchenroeder@REDACTED wrote:
} ...
}          bash> erl -noshell -run hello run
}  
}  which prints the message, but then the process hangs, and I have 
}  to use ^C to end it. ...

   erl -noshell -run hello run -run erlang halt

}  ... I wish there would be an (appreciated) -compile flag that let me 
} do the two lines in one ...

   erl -noshell -run c c hello -run hello run -run erlang halt
  
}  Erlang modules are not organized in a hierarchy, but come in a flat name
}  space.
}  Maybe support for hierarchical module names in the language could help
}  here. ...

   http://www.erlang.se/publications/packages.html
   http://www.it.uu.se/research/reports/2000-001


		-Vance



More information about the erlang-questions mailing list