Erlang (简体中文)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Erlang 是一种具有不可变数据和分布式计算特性的编程语言。
安装
用法
有关更多信息,您可以阅读 Erlang 的文档。
要激活控制台,请输入命令 erl
。
您可以在其中输入如下命令:
Erlang/OTP 22 [erts-10.7.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] Eshell V10.7.2 (abort with ^G) 1> 1 + 2 . 3 2> (2 + 3) * 4 / 5 . 4.0 3>