Learning Erlang

I've been looking at Erlang for a couple of days now, and although writing code in this language felt truly weird at first, it occured to me early that programming can probably be abstracted like this:

1. Do one thing and do it well
2. Repeat

It's the Unix philosophy applied to function-level programming.

I haven't done anything outside examples and tutorials yet, but I can think of at least two projects I've worked on, adTracker and adAggregator, that would be terrific to re-implement in Erlang.

Comments (1)

Mark QuezadaDecember 14th, 2008 at 2:09 am

Interesting… I just starting looking in to Erlang myself. It's a really interesting language but it's definitely a different breed than I'm used to. It's taking some time to get my head around but I can see the incredible potential.

Leave a comment

Your comment