[ANN][Erlang] Книга: Programming Erlang
От: Mamut Швеция http://dmitriid.com
Дата: 03.03.07 10:13
Оценка: 24 (4)
http://pragmaticprogrammer.com/titles/jaerlang/index.html

Programming Erlang

Software for a Concurrent World

Joe Armstrong


Pages: 550
ISBN: 978-1-934356-00-5
Date: July 2007
Resources: Code, Errata and Feedback

Purchase
Buy BETA PDF now, paper book when released (FAQ)
Buy BETA PDF now (FAQ)

Now available in Beta

Programming Erlang


Lean how to write truly concurrent programs—programs that run on dozens or even hundreds of local and remote processors. See how to write high reliability applications—even in the face of network and hardware failure—using the Erlang programming language.
Contents and Extracts

This is a beta book, so the contents may change between now and the final release.
  1. Getting Started (extract)
  2. Sequential Programming
  3. Advanced Sequential Programming
  4. Compiling and Running your Program
  5. Concurrent Programming (extract)
  6. Errors in Concurrent Programs
  7. Distributed Programming
  8. IRC Lite
  9. Interfacing Techniques
  10. Programming With Files
  11. Programming With Sockets
  12. Ets and Dets--Large Data Storage Mechanisms
  13. Programming Techniques
  14. Introduction to OTP
  15. Advanced OTP
  16. OTP Templates
  17. Web server built with the OTP scaffolding
  18. Mnesia--The Erlang real-time database.
  19. Programming Multi-core CPUS
  20. Reference Material


About This Book

Moore's Law is the observation that the amount you can do on a single chip doubles every two years. Historically, Moore's Law has delivered ever faster computing power to more and more demanding audiences. But Moore's Law is about to break down--there's a limit to how many interconnections you can create on a chip. Rather than producing faster and faster processors, companies such as Intel and AMD are instead producing multi-core devices: single chips containing two, four, or even more processors. That's great, but only if your software can take advantage of that extra power. 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-tolerant systems which run for years with minimal failures.

Erlang programs run seamlessly on multi-core computers. This means your Erlang program should run 4 times faster on a 4 core processor than on a single core processsor, all without you having 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 lots of example code you'll be able to build upon. In addition, the book contains the full source code for two interesting applications:
Erlang is a language used by people in-the-know (just like Ruby was a few years ago). It solves one of the most pressing problems facing developers today—how to write reliable, distributed, performant systems. Invest in learning Erlang now.

Read the online reviews around the web for our books.


About The Author


In his search to find better ways to implement fault-tolerant applications, Joe Armstrong designed and implemented the first version of Erlang in 1986. He wrote the first Erlang book and held the first Erlang course—he has worked with Erlang from the very beginning. He has taught Erlang to hundreds of programmers and held countless lectures and keynotes describing the technology.

Joe has a PhD in computer science from the Royal Institute of Technology in Stockholm, Sweden and is an expert in the construction of fault tolerant systems. Joe was the chief software architect of the project which produced the Erlang OTP system. He has worked as an entrepreneur in one of the first Erlang startups (Bluetail) and has worked for 30 years in industry and research.

Joe currently works for Ericsson AB where Erlang is used to build highly-fault tolerant switching systems.



dmitriid.comGitHubLinkedIn
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.