Sep 12, 2007

Erlang Challenge

I've been really getting into Erlang recently. If you're into Erlang, or just curious, give http://portlanderlang.org/challenge-beta/ a look. This challenge was inspired by the Python Challenge which I've been doing (using Erlang or course).

This one is really rough around the edges. I hope you find it interesting.

3 comments:

Anonymous said...

I get a 404 at that url (.../challenge-beta/MYANSWER.html) but that one's easy (if you just execute it in the erlang shell :-) ). Cute way of illustrating the nature of strings in erlang though ;-).

Ben

Anonymous said...

This is great, thanks.
I just started learning Erlang a couple days ago and these are helpful.

Merlyn Albery-Speyer said...

Ben - Riiiight. You're supposed to substitue MYANSWER for your answer...

Anonymous - I'd be interested to hear how far you get and what you think of it.