紹介マニアMoinMoin

概要

公式サイト

インストール

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

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