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

Differences between revisions 30 and 31

Deletions are marked like this. Additions are marked like this.
Line 67: Line 67:
 * [https://github.com/heroku/logplex heroku/logplex · GitHub]

概要

公式サイト

インストール

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」

用語

  • 関数名/N の N は引数の数で、arity(アリティ)と言う

パッケージ管理

関連ツール

ソフト

Emacs

参考サイト


CategoryProgramLanguage

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