Erlang is the language of choice for programmers who want to write robust, concurrent applications, but its strange syntax and functional design can intimidate the uninitiated. Luckily, there's a new weapon in the battle against Erlang-phobia: Learn You Some Erlang for Great Good! Erlang maestro...
The Erlang shell (Eshell), its basic commands, how to get around in it. How to kill, start, connect to processes.
Erlang Programming This book offers you an in-depth explanation of Erlang, a programming language ideal for any situation where concurrency, fault-tolerance, and fast response is essential. You'll learn how to write complex concurrent programs in this lang... F Cesarini,S Thompson - 《Oreilly...
In Chapter 1, we used the interactive shell to play with most of Erlang’s basic data types without ever opening a text editor or saving a file. While you could stop reading here, go play ball outside, and call it a day, that would make you a terrible Erlang programmer. Code needs ...
Packed with lighthearted illustrations and just the right mix of offbeat and practical example programs,Learn You Some Erlang for Great Good!is the perfect entry point into the sometimes-crazy, always-thrilling world of Erlang. More Resources: ...
Learn You Some Erlang for great good! This book is for you if you’ve got some programming experience and if you’re not too familiar with functional programming. It can still be useful if you’re too good for that, as we progressively go into more and more advanced topics....
-Erlang.org This is a 'kick start' tutorial to get you started with Erlang. Everything here is true, but only part of the truth. I also assume that this isn't the first time you have touched a computer and you have a basic idea about how they are programmed. ...
learn you some erlang for great good 翻译. Contribute to hackpython/learnerlang development by creating an account on GitHub.
An Excerpt from the Foreword I hope that many of you will enjoy reading Fred’s book as much as I did and that you find learning Erlang to be an agreeable and thought-provoking process. If you type in the programs in this book and run them as you go along, you’ll learn even more...
Luckily, there's a new weapon in the battle against Erlang-phobia: Learn You Some Erlang for Great Good! Erlang maestro Fred Hebert starts slow and eases you into the basics: You'll learn about Erlang's unorthodox syntax, its data structures, its type system (or lack thereof!), and ...