Can anyone recommend a tutorial for getting started in erlang? I'm a C/python programmer.
|
closed as not constructive by Blrfl, Martijn Pieters, Kilian Foth, thorsten müller, gnat Apr 2 at 10:53
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
Learn You Some Erlang looks good to me, although it's still only on my "must read" list, not on my "have already read" list, so I can't give you any guarantees. |
|||||||||
|
The book "Programming Erlang" written by Joe Armstrong, one of the creators of the language, is a great reference/tutorial for the language. It's easy going and assumes a person is coming from a procedural background and gently eases into various aspects of the functional/concurrent paradigm. |
|||
|
You could start with Erlang's "Getting Started" PDF Click Here. You could also try an online Erlang here: |
||||
|
All three of the previous answers have good references. Another one is Erlang Programming by Cesarini,Thompson. |
|||
|
Go for Learn You some Erlang and Erlang Programming, as suggested in the other answers. Once you're done, jump to Erlang and OTP in Action to learn about OTP. |
|||
|