Fred Hebert

Learn You Some Erlang For Great Good!

Notify me when the book’s added
To read this book, upload an EPUB or FB2 file to Bookmate. How do I upload a book?
  • Nikita Misharinhas quoted6 years ago
    When you start working with a new programming language, on the surface it seems that all you are doing is learning a new language. But at a deeper level, you are doing something much more profound—you are learning a new way of thinking. It’s this new way of thinking that is exciting, not the minor details of the punctuation or how the language looks compared to your favorite programming language.
  • Nikita Misharinhas quoted6 years ago
    just keep in mind that randomly throwing parallelism at a problem is not enough to make it go fast.
  • Nikita Misharinhas quoted6 years ago
    Erlang forces you to write actors (processes) that will share no information with other bits of code unless they pass messages to each other. Every communication is explicit, traceable, and safe.
  • Nikita Misharinhas quoted6 years ago
    if you were an actor in Erlang’s world, you would be a lonely person, sitting in a dark room with no window, waiting by your mailbox to get a message. Once you got a message, you would react to it in a specific way: You pay the bills, you respond to birthday cards with a “thank you” letter, and you ignore the letters you can’t understand.
  • Nikita Misharinhas quoted6 years ago
    Soon you’ll be writing distributed programs. This is when the fun starts. . .
fb2epub
Drag & drop your files (not more than 5 at once)