Using JInterface
A decent article on using JInterface
Phil Dawes explaining namespaces in Gambit-C
Information I wish I had a while ago when I was toying with Gambit-C
Crary - A lightweight HTTP server for the REST of us
Nodefinder - Stitch together a Erlang cluster dynamically
Jay Nelson’s illuminating take on when to use if vs. case in Erlang.
I agree with what appears to be the common wisdom that many of the problems with if are actually not Erlang problems, per se, but usage problems which could be solved by using case instead.