Erlang Examples
Meaty examples using Erlang. I’ve found that reading lots and lots of code in whatever language I’m trying to learn helps me pick up the language faster:
Meaty examples using Erlang. I’ve found that reading lots and lots of code in whatever language I’m trying to learn helps me pick up the language faster:
Pointers to several articles about macro programming in Erlang:
http://jroller.com/page/murphee?entry=metaprogramming_erlang_macros_from_ground
A treasure trove of docs related to Plan 9 - the distributed OS from the people who created Linux:
http://plan9.bell-labs.com/sys/doc/
For programmers interested in esoteric languages like Scheme and Erlang, here’s a couple of pretty useful cookbook-style resources:
Erlang Cookbook: http://schemecookbook.org/view/Erlang/WebHome
Scheme Cookbook: http://schemecookbook.org/