erlang white paper(未完)

http://www.erlang.org/white_paper.html

 

第一部分,遗留问题:

1、process,

2、message passing,

bang -> erts_send_message 分配了一个ErlMessage 放在进程中的msg_inq(ErlMessageInQueue)中;

3、error detection primitives(monitor),

4、recover nodes,

5、soft real-time(incremental garbage collection),

6、hot code upgrade,

7、外部接口(例如windows的socket)

 

第二部分,例子:

Append:数量少是不用尾递归;

QuickSort:使用list comprehesion

BinaryTree:

Distribution:??

Catch and throw:

Links and trap exits (Process supervision):

Hot code replacement:??

你可能感兴趣的:(Erlang,Socket,Windows,HTML,lang/erlang)