Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Digital Culture » Programming Erlang: Software for a Concurrent World  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Subcategories
Biographies
Blogging & Blogs
Careers
Computer Glossaries
Culture
Digital Law
E-Commerce
eBay
File Sharing
Future of Computing
Government
Hacking
History
Humor
Manager's Guides to Computing
Privacy
Security
Technical Support
Telecommuting
Web Marketing
New Releases
Will Work from Home: Earn the Cash--Without the Commute
Rapture for the Geeks: When AI Outsmarts IQ
Click: What Millions of People Are Doing Online and Why it Matters
Born Digital: Understanding the First Generation of Digital Natives
Crowdsourcing: Why the Power of the Crowd Is Driving the Future of Business
Search Engine Marketing, Inc.: Driving Search Traffic to Your Company's Web Site (2nd Edition)
Click Here to Order: Stories of the World's Most Successful Internet Marketing Entrepreneurs
Website Optimization: Speed, Search Engine & Conversion Rate Secrets
Remix: Making Art and Commerce Thrive in the Hybrid Economy
The Best Damn GOOGLE ADWORDS Book B&W Edition: Maximize your results to maximize your advertising dollars
Visit Laptop Nirvana for the best Cheap Discount Laptops
Bestsellers
The Complete User's Guide to the Amazing Amazon Kindle (Take advantage of this terrific price to get the most out of your Kindle now!)
The New Rules of Marketing and PR: How to Use News Releases, Blogs, Podcasting, Viral Marketing and Online Media to Reach Buyers Directly
Web Analytics: An Hour a Day
CISSP Certification All-in-One Exam Guide, 4th Ed. (All-in-One)
Landing Page Optimization: The Definitive Guide to Testing and Tuning for Conversions
Click: What Millions of People Are Doing Online and Why it Matters
ProBlogger: Secrets Blogging Your Way to a Six-Figure Income
Will Work from Home: Earn the Cash--Without the Commute
Rapture for the Geeks: When AI Outsmarts IQ
Disrupting Class: How Disruptive Innovation Will Change the Way the World Learns

Programming Erlang: Software for a Concurrent World

Programming Erlang: Software for a Concurrent World

zoom enlarge 
Author: Joe Armstrong
Publisher: Pragmatic Bookshelf
Category: Book

List Price: $36.95
Buy New: $20.98
You Save: $15.97 (43%)



New (33) Used (10) from $20.00

Avg. Customer Rating: 4.5 out of 5 stars 26 reviews
Sales Rank: 10387

Format: Illustrated
Media: Paperback
Number Of Items: 1
Pages: 536
Shipping Weight (lbs): 1.9
Dimensions (in): 8.8 x 7.6 x 1

ISBN: 193435600X
Dewey Decimal Number: 005.133
EAN: 9781934356005
ASIN: 193435600X

Publication Date: July 11, 2007
Availability: Usually ships in 1-2 business days
Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.

Editorial Reviews:

Product Description
Erlang solves one of the most pressing problems facing developers today: how to write reliable, concurrent, high-performance systems. It's used worldwide by companies who need to produce reliable, efficient, and scalable applications. Invest in learning Erlang now.

Moore's Law is the observation that the amount you can do on a single chip doubles every two years. But Moore's Law is taking a detour. Rather than producing faster and faster processors, companies such as Intel and AMD are producing multi-core devices: single chips containing two, four, or more processors. If your programs aren't concurrent, they'll only run on a single processor at a time. Your users will think that your code is slow.

Erlang is a programming language designed for building highly parallel, distributed, fault-tolerant systems. It has been used commercially for many years to build massive fault-tolerated systems that run for years with minimal failures.

Erlang programs run seamlessly on multi-core computers: this means your Erlang program should run a lot faster on a 4 core processor than on a single core processor, all without you having to change a line of code.

Erlang combines ideas from the world of functional programming with techniques for building fault-tolerant systems to make a powerful language for building the massively parallel, networked applications of the future.

This book presents Erlang and functional programming in the familiar Pragmatic style. And it's written by Joe Armstrong, one of the creators of Erlang.

It includes example code you'll be able to build upon. In addition, the book contains the full source code for two interesting applications:

  • A SHOUTcast server which you can use to stream music to every computer in your house, and
  • a full-text indexing and search engine that can index gigabytes of data.

    Learn how to write programs that run on dozens or even hundreds of local and remote processors. See how to write robust applications that run even in the face of network and hardware failure, using the Erlang programming language.


  • Customer Reviews:   Read 21 more reviews...

    5 out of 5 stars Great overview on Erlang and OTP   September 25, 2008
    With a very amenable writing, Joe Armstrong presents a clear overview on the Erlang Language and basics of the OTP. The book presents the basic topics, with simple and yet powerful examples, and points the directions on how to find more informations.

    Definitely a great book.



    5 out of 5 stars Very good intro to Erlang   September 8, 2008
    This book was well worth the money even if you don't intend to program in Erlang. It gives a very good over view of an alternative model of parallel programming that is currently not heavily used. The model emphasizes reliability by not having any shared state. I went on to use this model in C++ projects.


    3 out of 5 stars Good book technically; a bit confusing organizationally.   August 5, 2008
     0 out of 1 found this review helpful

    Overall, I liked this book. When I read this, I was looking at doing some Erlang work; I didn't end up using Erlang, but the book was still enjoyable, and gave me a good overview of the language.

    Some things were a bit odd: the organization was not clear, and the order of chapters was confusing. The authors choice of material was seemed unusual to me: he covered a streaming MP3 server, and mentions ID3 tags; he does not, however, describe what they are or describe in detail how his code processes them. Still, the important details of Erlang itself are covered, and perhaps that's the most important part.

    Take it easy,

    Dave



    5 out of 5 stars Very easy to digest   June 22, 2008
     0 out of 1 found this review helpful

    I made an attempt at working through this book 6 months ago and didn't feel quite comfortable so I dropped it and instead pursued Programming in Haskell. Yesterday I decided to get back into Erlang and found it a complete breeze, powering through the entire book in a few hours.

    A lot of things seem to become really easy after working with Haskell, not to say that programming in Haskell is hard, just it twists and bends your mind into a different shape.

    Now that I'm abreast of the material covered in this book, I am leaping into a large project with great confidence.

    5/5, excellent book!



    3 out of 5 stars Necessary book, but needs a 2nd edition   March 5, 2008
     7 out of 8 found this review helpful

    I've been working through this book and am very glad for it. I'm not sure how else I'd efficiently have gotten up to speed on Erlang.

    The book does need lots of minor work, though - it still feels like a beta piece of software. There are examples / explanations that make use of not-yet (or never) explained functions/modules. The appendix describing some of Erlang's modules only claims that the set of documented modules is incomplete, but doesn't mention that the set of functions within some modules is also incomplete. Etc.

    Another issue is the license of the code examples. The author shows some example code for how to do certain things, such as a distributed map function (pmap). After reading the book, it's hard (at least for a newbie) to imagine a different solution than the author's. But if you go to the website containing the example code from the book, you find a pretty restrictive license on the example code. So this leaves the reader in a difficult position: the book only shows you one way to do something like pmap, and the author has a license on that code that makes it unusable to many readers. This is more than a little frustrating.

    Finally, the index is very incomplete.

    If you're new to Erlang you still want this book. But it would really be a good thing for the author to gather criticism (if he hasn't already) and go a second round.


    Powered by Associate-O-Matic