3

I recently started learning Erlang and at this point I'm comfortable with most concepts and syntax. I'd like to continue my learning by using Erlang to build a "simple" instant message application. I'd appreciate suggestions on which resources (books, websites, etc.) can help me along.

kin1
  • 355
  • 2
  • 3
  • 12

1 Answers1

4

Learn You Some Erlang has a bunch of chapters on concurrency, networking, and OTP. You might also be interested in reading the ejabberd code, though it might be a bit involved.

kylc
  • 1,333
  • 10
  • 15
  • ejabberd is a rather complex, do you know of any simpler instant messaging examples? – kin1 Aug 22 '11 at 18:49
  • Not specifically, but you can find some great reading material just by browsing around GitHub under the [Erlang section](https://github.com/languages/Erlang). – kylc Aug 22 '11 at 22:18