Stand Alone Erlang

Joe Armstrong joe@REDACTED
Wed Dec 6 17:32:01 CET 2000


I have made a new version of stand alone erlang.

The *entire* erlang kit necessary to run stand alone applications
reduces to three files.

    
    *beam_evm* The shared library 551Kb bytes
    *ecc*      The Erlang compiler (837Kb)
    *elink*    The Erlang linker loader (20Kb)

    Individual  application need just  beam_evm and  the code  for the
application in question.

    Download from:

    http://www.bluetail.com/~joe/sae_r7b/sae.html

    Discussion and followups on the WIKI Please
    at http://www.bluetail.com/wiki/showPage?node=StandAloneErlang 

    Have fun.


  /Joe 
--
Joe Armstrong,                       
Alteon WebSystems,                     tel:  +46 8-545 550 00
S:t Eriksgatan 44, IV,                 fax:  +46 8-545 550 50
SE-112 32 Stockholm, Sweden            info: www.bluetail.com




More information about the erlang-questions mailing list