Erlang can be compiled to machine code with the built-in HiPE compiler.
You just have to explicitly make use of this facility.

On Dec 10, 2005, at 11:25 PM, Bulat Ziganshin wrote:

what you mean saying "network programming"? Erlang has amazing
distributed processing features with fault tolerance (when one
processes supervises the others and restart them in case of fault).
but Erlang is interpreted language and so it is slow in case of
low-level programs. you can use C to make low-level or speed-critical
functions

--
http://wagerlabs.com/





_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to