vote up 21 vote down star
8

I've recently found myself getting more and more interested in Erlang.

I've purchased a book (Programming in Erlang) and started reading up on the basics. Reading books is time consuming so I am looking to shortcut this a bit and go back to the book later.

What I lack is a good introductory tutorial. Kind of like, hands on, this is what you need to get started in Erlang, these are best practices, this is how you organize code and this is how you do a small project.

I've googled this topic extensively and haven't had much luck. ;)

flag

7 Answers

vote up 3 vote down

This one is a very simple tutorial, but you can learn a lot :) http://spawnlink.com/ . Give it a try.

link|flag
vote up 7 vote down

I used this to start,

Then tried this (PDF).

and eventually bought this.

They are all adequate to get started.

You need to browse the reference manual for a fuller overview of what is available.

The real key is to sit down and start writing stuff, until the erlang philosophy clicks in your head.

good luck.

link|flag
Not to be stubborn, but I am very well familiar with RTFM and STFW. :) I have those links bookmarked and I bought the book already. – Till Sep 21 '08 at 14:11
vote up 16 vote down

The bible is Programming Erlang: Software for a Concurrent World, written by the creator of Erlang, Joe Armstrong. Code for the book is available here.

link|flag
vote up 2 vote down

Partial answer: for the directory/file structure guidelines you can refer to this question

link|flag
vote up 3 vote down

A recent blog post that features links to a number of Erlang blogs: http://adam.blog.heroku.com/past/2008/9/27/erlang/

I also recommend Programming Erlang: Software for a Concurrent World which I recently read.

link|flag
vote up 1 vote down

Slides

I had the opportunity to go to session about Erlang at the Barcamp in Berlin.

Here are the slides (sans commentary): http://www.slideshare.net/guesta3202/erlang-introduction-bcberlin3-presentation

(All credit to Florian Ebeling.)

Screencast

I've found something else in the meantime:

http://www.pragprog.com/screencasts/v-kserl/erlang-in-practice

Screencast, starting with basics. I have not yet downloaded them but I will and also update this question.

Online tutorial

The other day I discovered learnyousomeerlang.com. A beginner tutorial for everyone who's new to this language.

link|flag
vote up 1 vote down

It looks like a community site has been set up as a repository for Erlang tutorials, articles, and cookbook entries at trapexit.org.

I recognize that you are just asking for tutorials, but the web looks pretty thin right now on good Erlang material. Posting some back might save others from going through as much aggravation as you are.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.