Erlang
Some time ago I found a website called Project Euler which is basically a list of math problems that should be solved using some programming language. I have wanted to learn Erlang for quite some time, but was never really motivated to do anything about it, until now.
I decided to have a go at [...]
Continue reading about Learning Erlang using projecteuler.net





Introducing antispammerl
Since I am in the process of learning erlang, I figured that I might as well try to use the blogspam.net service, using the xmlrpc erlang libary (I can’t find a homepage for the project).
The implementation is pretty straightforward, and to try it out, get the source here.
It depends on two erlang libaries, xmerl (which [...]
Continue reading about Introducing antispammerl