Starting Up with Erlang

Starting Up with Erlang

Having a small break from all the courseworks and final year project I had a look at Erlang, new (for me) programming language which I spot sometimes here and there on the web. Designed at the Ericsson Computer Science Laboratory the open source version is freely available at www.erlang.org.
What really made me think about this programming language?
First, the SimpleDB released by Amazon as a nice addon to their web services suite is written in Erlang!
Secondly, I think the multicore computing is the future and we are going definitely into more cores than into speed of a single core (Sun, AMD and Intel trends is a simple proof), Erlang is about parallel programming.
Next, Erlang parallel programming doesn’t use locks, synchronized methods and corrupted memory (no shared memory). I assume it will be easier than in Java. 😉
And…finally?!
It’s functional language and finally maybe I will have one of those in my languages toolbox. 🙂
Let’s see what is it!

One response on “Starting Up with Erlang

  1. CresceNet January 7, 2008 at 1:30 am

    Gostei muito desse post e seu blog é muito interessante, vou passar por aqui sempre =) Depois dá uma passada lá no meu site, que é sobre o CresceNet, espero que goste. O endereço dele é http://www.provedorcrescenet.com . Um abraço.

Leave a Reply