http://www.pragprog.com/titles/jaerlang/programming-erlang No question. Written by the author of the language. It has lots of great practical examples and walks you through everything from start to finish. http://www.trapexit.org also has some really nice tutorials and discussion.
Ask HN: Learning Erlang from scratch
21–30 of 30 posts
Re: Ask HN: Learning Erlang from scratch
#22http://www.pragprog.com/titles/jaerlang/programming-erlang No question. Written by the author of the language. It has lots of great practical examples and walks you through everything from start to finish. http://www.trapexit.org also has some really nice tutorials and discussion.
Another obvious but useful site is http://www.erlang.org/doc I especially tend to spend a lot of time on the pages at http://www.erlang.org/doc/man
I'm sure I'll use them extensively later when I get more into this.
Re: Ask HN: Learning Erlang from scratch
#231) read all courses in http://www.erlang.org/course/course.html then do the exercises in http://www.erlang.org/course/exercises.html 2) read official Getting Started manual http://erlang.org/doc/getting_started/part_frame.html 3) learn about erlang OTP http://www.erlang.org/doc/design_principles/part_frame.html 4) this book is a MUST get! "Programming Erlang: Software for a Concurrent World" by Joe Armstrong http://w…
Re: Ask HN: Learning Erlang from scratch
#24The best way to learn any language is to build stuff. Build something you think is cool. Allow yourself to suck at it and do everything wrong. Then build it again, or build something else cool.
Re: Ask HN: Learning Erlang from scratch
#25Bob Ippolito (who wrote mochiweb, a webserver written in Erlang) did an introductory talk last year: http://bob.pythonmac.org/archives/2008/03/08/exploring-erlan...
Re: Ask HN: Learning Erlang from scratch
#26Re: Ask HN: Learning Erlang from scratch
#27I don't know Erlang and I haven't read this, so I can't vouch for it, but I came across this book: http://www.erlang.org/download/erlang-book-part1.pdf
If you can find a used copy, grab it. I bought mine when it was still in print, and wouldn't part with it.
Re: Ask HN: Learning Erlang from scratch
#28After seeing it referenced a lot on HN, I've also been really interested in learning Erlang. What projects have you fellow hackers used/are using Erlang for? Are you glad you did?
I just published a screencast demo of a web framework that I made in Erlang, called Nitrogen. See http://nitrogen-erlang.tumblr.com Also, the technology behind my startup company, Stitcho.com is in Erlang. See http://www.stitcho.com I would definitely recommend it, especially if you are one of those people who really stretches a language. Once you get past the new syntax, it is very quick to learn.
Re: Ask HN: Learning Erlang from scratch
#29Re: Ask HN: Learning Erlang from scratch
#30Bob Ippolito (who wrote mochiweb, a webserver written in Erlang) did an introductory talk last year: http://bob.pythonmac.org/archives/2008/03/08/exploring-erlan...
Video is always good. Thanks!