Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: My trials and tribulations as I go through Joe Armstrong's Programming Erlang Book
Homepage: http://pragprog.com/titles/jaerlang/programming-erlang
Clone URL: git://github.com/rubbish/programming-erlang.git
Search Repo:
name age message
folder .gitignore Sat May 03 07:10:54 -0700 2008 started ignoring *.beam files [rubbish]
folder README Sat May 03 08:06:40 -0700 2008 Added layout mapping for chapter themes [rubbish]
folder ch3_shop/ Sat May 03 08:03:39 -0700 2008 created new shop module using list module funct... [rubbish]
folder little/ Sun May 18 11:16:34 -0700 2008 Added keep_alive function (however, it doesn't ... [rubbish]
folder problems/ Fri May 16 17:30:50 -0700 2008 Added git ignores [rubbish]
folder testing/ Tue May 20 18:52:28 -0700 2008 Added examples of testing using eunit [rubbish]
README
This is my explorations as I go through Joe Armstrong's book: Programming Erlang: Software For a Concurrent World.

Layout:
  little/ -> the small stuff (the one off examples)
  ch_(\n)+_(\w)+ -> the $2 theme of chapter $1