[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

公式サイト

インストール

brew install erlang

port install erlang

チュートリアル

Hello World

-module(hello).

hello_world() ->
    io:fwrite("hello, world\n").

コンパイル

erlc +export_all hello.erl

実行

erl -noshell -run hello hello_world -s init stop

パッケージ管理

関連ツール

Emacs

参考サイト


CategoryProgramLanguage