Erlang code worth reading
Hey, everyone.
I'm just trying to learn some erlang, I'm working through Joe Armstrong's "Programming Erlang", which I like quite a lot, so far.
BUT it would be nice to have some real world code to read as well. As I am not much more than a beginner in functional programming, this would benefit me greatly.
So, my question is: what are noteworthy pieces of free erlang code on the internet? Does anyone have suggestions? thanks!
5 comments
[ 3.4 ms ] story [ 57.2 ms ] threadLikewise the Mochiweb HTTP server is another great example.
All the best, it's such a beautiful language/environment.
ErlyWeb, a web server/framework: http://code.google.com/p/erlyweb/
ejabberd, a chat server: http://www.ejabberd.im/
MochiWeb, a library for building lightweight HTTP servers: https://github.com/mochi/mochiweb
CouchDB, a document oriented database: http://couchdb.apache.org/
RabbitMQ, messaging middleware: http://www.rabbitmq.com/
Chicago Boss is an open-source web framework inspired by Rails and written in Erlang. http://chicagoboss.org/projects/chicagoboss/wiki
Looks like a nicely coded and laid out project.