Hacker News new | ask | show | jobs
by gqwu 6448 days ago
1) 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://www.pragprog.com/titles/jaerlang/programming-erlang

good luck!

1 comments

Thanks! The courses look really good.