[转载]一个简明Erlang指南

摘要: A Concise Guide to ErlangCopyright ©2010, David MatuszekAbout ErlangErlang is an expression-oriented, single-assignment, garbage-collected, purely functional language. There are no loops, so recursion is heavily used.Erlang is quite a small language. It is of interest primarily because of its a 阅读全文
posted @ 2013-03-10 09:41 Ryan_Y 阅读(461) 评论(0) 推荐(0)