Erlang patch

Totally five patchs committed to erlang otp, just small patchs.

IMO, erlang really is a interesting programming language, I really like its concurrency feature.

but the functional programming style is not "raw" as haskell or ocaml language, if you want a really functional language, don't start from erlang, I suggest haskell, but if you want concurrency, go to learn erlang right now.

 

 

 

[root@localhost otp]# git shortlog --author="[email protected]" 
Jovi Zhang (5):
      erts: Remove duplicate erts_unblock_fpe
      erts: change SENDFILE_CHUNK_SIZE from signed to unsigned
      erts: minor fix for unnecessary condition
      erts: reduce smp locking time range in erts_garbage_collect
      erts: Remove unused variable

你可能感兴趣的:(erlang)