BlenderDev/Erlang
Wikipedia,自由的百科全书
http://cn.udclub.com/forum/index.php http://computebank.spaces.live.com/ http://computebank.spaces.live.com/blog/cns!955689A6CF175077!326.entry http://groups.google.com/group/erlang-china/
Module 1 - 历史
A short history of the Erlang language describing how Erlang was developed and why we had to invent a new language.
简短的历史介绍:我们为什么要发明新语言,erlang是如何开发的。
Module 2 - 过程编程
Symbolic data representation, how pattern matching is used to pack/unpack data, how functions are combined to form programs etc.
抽象数据表示,模式匹配来打包/解包数据,函数如何组合成为程序等。
Module 3 - 并发编程
Creating an Erlang process, communication between Erlang processes.
创建erlang进程,erlang进程之间的信息交换
Module 4 - 错误处理
Covers error handling and the design of robust systems.
错误处理和设计健壮的系统
Module 5 - 高级主题
All those tricky things like loading code in running systems, exception handling etc.
所有的技巧性事物,比如将代码载入运行的系统,异常处理等。
