Bild 1 von 1

Galerie
Bild 1 von 1

Learn You Some Erlang for Great Good!: Ein Anfängerhandbuch von Hebert, Fred-
US $87,27
Ca.EUR 74,98
Artikelzustand:
Neu
Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte Seiten. Genauere Einzelheiten entnehmen Sie bitte dem Angebot des Verkäufers.
3 verfügbar
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos Economy Shipping.
Standort: Glendale Heights, Illinois, USA
Lieferung:
Lieferung zwischen Do, 11. Sep und Do, 18. Sep nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
- Gratis Rückversand im Inland
- Punkte für jeden Kauf und Verkauf
- Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:305936534522
Artikelmerkmale
- Artikelzustand
- ISBN
- 9781593274351
Über dieses Produkt
Product Identifiers
Publisher
No Starch Press, Incorporated
ISBN-10
1593274351
ISBN-13
9781593274351
eBay Product ID (ePID)
117281213
Product Key Features
Number of Pages
624 Pages
Language
English
Publication Name
Learn You Some Erlang for Great Good! : a Beginner's Guide
Publication Year
2013
Subject
Programming Languages / General, Web / Web Programming
Features
New Edition
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
1.5 in
Item Weight
41.8 Oz
Item Length
9.2 in
Item Width
7.1 in
Additional Product Features
Intended Audience
Trade
Reviews
"An excellent introduction to Erlang. . . . If you want to know it all, Learn You Some Erlang for Great Good! is a great book to buy." --Jesper Louis Andersen, Erlang Solutions Ltd. " Learn You Some Erlang for Great Good! is an inspiration. An indispensable guide to a very important programming language." --Michael Fogus, author of The Joy of Clojure and Functional Javascript "I recommend LYSE to all those who want to learn Erlang and OTP, especially to those who want to experiment and self-learn the language and system." --Dr. Kenji Rikitake, Basho Technologies "A great place to start exploring the topic." --Mark Gibbs, Network World "A fun to read book on programming ? Takes you through virtually everything you need to know about not just Erlang, but the underlying context/philosophy associated with Erlang, viz., developing reliable and fault-tolerant applications and systems ." --Mahesh Paolini-Subramanya, Vice President of R&D, Ubiquiti Networks "A must-read book every developer out there should add to his Erlang shelf." --Paolo D'Incau "The book has great and funny illustrations; technical yet with a nod to the whimsical, without being inscrutable and self-indulgent. If you're interested in Erlang, this is the Erlang book to read." --Bryce Kerley "Fred's style is breezy without being flaky or muddle-headed. His examples are often comical, sometimes thought-provoking and yet always salient and to the point. His jokes keep the tone light and allow him to sneak difficult concepts that your brain would traditionally reject as 'too hard' past your defenses so that you often learn in spite of what you think you can do." --Michael Richter "This is how a programming book should be. The contents of the book were detailed, easy to follow, engaging, and surprisingly humorous." --Michael Kim
Illustrated
Yes
Edition Description
New Edition
Table Of Content
Foreword by Joe Armstrong Introduction Chapter 1: Starting Out Chapter 2: Modules Chapter 3: Syntax in Functions Chapter 4: Types (or Lack Therof) Chapter 5: Hello Recursion! Chapter 6: Higher-Order Functions Chapter 7: Errors and Exceptions Chapter 8: Functionally Solving Problems Chapter 9: A Short Visit to Common Data Structures Chapter 10: The Hitchhiker's Guide to Concurrency Chapter 11: More on Multiprocessing Chapter 12: Errors and Processes Chapter 13: Designing a Concurrent Application Chapter 14: An Introduction to OTP Chapter 15: Rage Against the Finite-State Machines Chapter 16: Event Handlers Chapter 17: Who Supervises the Supervisors? Chapter 18: Building an Application Chapter 19: Building Applications the OTP Way Chapter 20: The Count of Applications Chapter 21: Release Is the Word Chapter 22: Leveling Up in the Process Quest Chapter 23: Buckets of Sockets Chapter 24: EUnited Nations Council Chapter 25: Bears, ETS, Beets: In-Memory NoSQL for Free! Chapter 26: Distribunomicon Chapter 27: Distributed OTP Applications Chapter 28: Common Test for Uncommon Tests Chapter 29: Mnesia and the Art of Remembering Chapter 30: Type Specifications and Dialyzer Afterword Appendix: On Erlang's Syntax Index
Synopsis
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 Fred H©bert 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 basic functional programming techniques. Once you ve wrapped your head around the simple stuff, you ll tackle the real meat-and-potatoes of the language: concurrency, distributed computing, hot code loading, and all the other dark magic that makes Erlang such a hot topic among today s savvy developers. As you dive into Erlang s functional fantasy world, you ll learn about: Testing your applications with EUnit and Common Test Building and releasing your applications with the OTP framework Passing messages, raising errors, and starting/stopping processes over many nodes Storing and retrieving data using Mnesia and ETS Network programming with TCP, UDP, and the inet module The simple joys and potential pitfalls of writing distributed, concurrent applications 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., As the old saying goes: Some people take sugar with their coffee and some programmers take cartoons with their Erlang. Learn You Some Erlang for Great Good! is a hilariously illustrated guide to the concurrent functional programming language you've heard so much about. You'll start out with the basics and learn all about the shell, tuples, list ......, 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 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 basic functional programming techniques. Once you've wrapped your head around the simple stuff, you'll tackle the real meat-and-potatoes of the language: concurrency, distributed computing, hot code loading, and all the other dark magic that makes Erlang such a hot topic among today's savvy developers. As you dive into Erlang's functional fantasy world, you'll learn about: * Testing your applications with EUnit and Common Test * Building and releasing your applications with the OTP framework * Passing messages, raising errors, and starting/stopping processes over many nodes * Storing and retrieving data using Mnesia and ETS * Network programming with TCP, UDP, and the inet module * The simple joys and potential pitfalls of writing distributed, concurrent applications 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., 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 Fred H bert 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 basic functional programming techniques. Once you've wrapped your head around the simple stuff, you'll tackle the real meat-and-potatoes of the language: concurrency, distributed computing, hot code loading, and all the other dark magic that makes Erlang such a hot topic among today's savvy developers. As you dive into Erlang's functional fantasy world, you'll learn about: -Testing your applications with EUnit and Common Test -Building and releasing your applications with the OTP framework -Passing messages, raising errors, and starting/stopping processes over many nodes -Storing and retrieving data using Mnesia and ETS -Network programming with TCP, UDP, and the inet module -The simple joys and potential pitfalls of writing distributed, concurrent applications 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.
LC Classification Number
QA76.73.E75
Artikelbeschreibung des Verkäufers
Rechtliche Informationen des Verkäufers
Info zu diesem Verkäufer
Booksxpress
95,9% positive Bewertungen•41.068 Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (10.775)
- j***s (1105)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufJust as described, great condition, great packaging, good price, thanks so much, oh & I think you gave me the wrong tracking number, as this just came today July 28th, the one I got came last week in another part of NY, thanks though, A+++ Seller :)
- d***i (217)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufPacked safely and securely - Shipping was slow (10 days from an hour and a half away!) but it was Free! I thought Price was especially reasonable! Book came in Exactly as Described and I can't wait to start reading it! I Recommend this Seller!Commodore: The Amiga Years by Bagnall, Brian [Hardcover] (Nr. 305372157502)
- o***o (237)- Bewertung vom Käufer.Letzter MonatBestätigter KaufCouldn’t believe the price I was able to get this masterpiece for. Seller was fantastic; not only was the shipping unbeatable, the packing and communication was top notch!!! Seller gets 5 ⭐️’s across the board💯
Noch mehr entdecken:
- Frederick-the-Great-Belletristik - Bücher,
- Frederick-the-Great-Sachbuch Bücher,
- Englische Bücher Frederick-the-Great-Sachbuch,
- Frederick-the-Great-Taschenbuch - Sachbuch Bücher,
- Frederick-the-Great-Taschenbuch - Sachbuch Bücher über Militärgeschichte,
- Bücher über Militärgeschichte Frederick-the-Great-Sachbuch auf Englisch,
- Frederick-the-Great-Gebundene - Ausgabe-Sachbuch Bücher,
- Frederick-the-Great-Gebundene - Ausgabe-Sachbuch Bücher über Militärgeschichte