#2 in Functional software programming books
Use arrows to jump to the previous/next product

Reddit mentions of Erlang Programming

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Erlang Programming. Here are the top ones.

Erlang Programming
Buying options
View on Amazon.com
or
    Features:
  • ISBN13: 9780596518189
  • Condition: New
  • Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Weight1.73283337932 Pounds
Width1.1 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Erlang Programming:

u/blehblah ยท 5 pointsr/programming

> For stuff you can pay for, take a look at Joe Armstrong's Programming Erlang: Software for a Concurrent World. Joe Armstrong's one of the creators of Erlang and gives a pretty good description of the language and why it was thought the way it is. Then you should read Erlang Programming from Francesco Cesarini and Simon Thompson. It's almost a continuation of Joe Armstrong's book in the sense that it will tell you more about Erlang's environment and how to make complete safe, reliable and scalable applications.

Personally, I highly recommend reading Francesco's book first, as I've found Joe's book to be too daunting sometimes. I don't know how to explain it better. It just seems like Francesco's experience in teaching erlang classes for 10+ years shows through his book.

I'm still in the process of reading Francesco's book, so maybe I'm biased because I'm already familiar with many things and I had no contact to erlang (except for some info/examples on erlang.org which sparked interest) prior to reading Joe's book.

Edit: Forgot to mention that some reviewers over at amazon support my thesis.

u/edwardkmett ยท 3 pointsr/programming

If you're going to try tackling an MMORPG and scalability is a concern, think about learning Erlang. You can go from one server up to a hundred and you won't have to appreciably change your programming model, you get access to mnesia an erlang-centric distributed database, and can write each npc as a separate cooperative task if you really want to, which lets then think more complicated thoughts over multiple timesteps more easily.


Edit:

I'm not sure what about this post merited downmodding it into oblivion. I'm hardly an Erlang zealot. In fact this is pretty much the only domain for which I would recommend using Erlang to develop.

Erlang has been used for several massively multiplayer/multiuser projects.