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.
It's an amazing book, a rare example of well balanced content. Highly recommended.
Ask HN: Learning Erlang from scratch
11–20 of 30 posts
Re: Ask HN: Learning Erlang from scratch
#12http://video.google.com/videoplay?docid=240707194662243675&#...
Re: Ask HN: Learning Erlang from scratch
#13After 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?
Re: Ask HN: Learning Erlang from scratch
#14After 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?
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
#15Re: Ask HN: Learning Erlang from scratch
#16Earlier quoted context omitted.
I wrote a message queue server that uses the memcached protocol (so I could use memcache client libraries to connect to it), similar to Starling/Sparrow. Starling and Sparrow kept falling over from the volume of connections, so I decided to write my own in Erlang. We've been using it in production for about 6 months now, and it works great.
Any plans to open source it?
Re: Ask HN: Learning Erlang from scratch
#17http://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.
Re: Ask HN: Learning Erlang from scratch
#18Re: Ask HN: Learning Erlang from scratch
#192) 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://www.pragprog.com/titles/jaerlang/programming-erlang
good luck!
Re: Ask HN: Learning Erlang from scratch
#20http://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.
However, it is by no means a suitable book for people who haven't programmed anything yet, the author assumes that you are already familiar with coding. So for absolute beginners the book is probably way too difficult.