[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

その他

# 変数初期化
f().

「first」、「rest」でなく「Head」、「Tail」

用語

パッケージ管理

関連ツール

ソフト

Emacs

参考サイト


CategoryProgramLanguage

紹介マニアMoinMoin: Erlang (last edited 2012-12-25 00:48:56 by sakito)