$ cat hello.erl
-module(hello).
-export([start/0]).
start()->io:format("hello,world~n").
4> c(hello).
{ok,hello}
5> hello:start().
hello,world
ok
在unix shell上编译运行。
$ erlc hello.erl
$ erl -noshell -s hello start -s init stop
hello,world
$
erlc负责编译,而erl则执行。
http://www.qiyeku.com/xinwen7354816.html |
http://www.qiyeku.com/xinwen7354810.html |
http://www.qiyeku.com/xinwen7354805.html |
http://www.qiyeku.com/xinwen7354800.html |
http://www.qiyeku.com/xinwen7354795.html |
http://www.qiyeku.com/xinwen7354789.html |
http://www.qiyeku.com/xinwen7354784.html |
http://www.qiyeku.com/xinwen7354778.html |
http://www.qiyeku.com/xinwen7354773.html |
http://www.qiyeku.com/xinwen7354766.html |
http://www.qiyeku.com/xinwen7354761.html |
http://www.qiyeku.com/xinwen7354756.html |
http://www.qiyeku.com/xinwen7354751.html |
http://www.qiyeku.com/xinwen7354745.html |
http://www.qiyeku.com/xinwen7354738.html |
http://www.qiyeku.com/xinwen7354731.html |
http://www.qiyeku.com/xinwen7354723.html |
http://www.qiyeku.com/xinwen7354718.html |
http://www.qiyeku.com/xinwen7354712.html |
http://www.qiyeku.com/xinwen7354706.html |
http://www.qiyeku.com/xinwen7354698.html |
http://www.qiyeku.com/xinwen7354692.html |
http://www.qiyeku.com/xinwen7354685.html |
http://www.qiyeku.com/xinwen7354679.html |
http://www.qiyeku.com/xinwen7354672.html |
http://www.qiyeku.com/xinwen7354666.html |
http://www.qiyeku.com/xinwen7354661.html |
http://www.qiyeku.com/xinwen7354654.html |
http://www.qiyeku.com/xinwen7354644.html |
http://www.qiyeku.com/xinwen7354635.html |
http://www.qiyeku.com/xinwen7354627.html |
http://www.qiyeku.com/xinwen7354618.html |
http://www.qiyeku.com/xinwen7354612.html |
http://www.qiyeku.com/xinwen7354606.html |
http://www.qiyeku.com/xinwen7354599.html |
http://www.qiyeku.com/xinwen7354590.html |