Stand alone Erlang

Body Stand-alone Erlang is a minimal Erlang distribution. It features: ecc - the Erlang compiler elink - the Erlang linker ear - the Erlang archiver escript - the Erlang scripting interface esh - the Erlang shell You can generate windows .exe files in Linux, and vice. versa. You can builds Erlang applications in very few files. Applications start very quickly. Applications have a small memory footprint. Download . Here is a typescript of a session where we fetch, install and test SAE: Fetching and installing SAE $ wget http://www.sics.se/~joe/sae-r9b0-1.tgz $ gunzip sae-r9b0-1.tgz $ tar -xf sae-r9b0-1.tar $ cd sae-r9b0-1/dist ./Install installing executables in /home/joe/bin installing code in /home/joe/lib/sae patching executables rebase: /home/joe/bin/ecc as /home/joe/lib/sae rebase: /home/joe/bin/elink as /home/joe/lib/sae rebase: /home/joe/bin/esh as /home/joe/lib/sae rebas...

Linked on 2014-03-03 23:04:42 | Similar Links