Erlang Programming

Erlang Programming pdf epub mobi txt 电子书 下载 2025

出版者:O'Reilly Media
作者:Francesco Cesarini
出品人:
页数:496
译者:
出版时间:2009-6-19
价格:USD 49.99
装帧:Paperback
isbn号码:9780596518189
丛书系列:
图书标签:
  • Erlang
  • Programming
  • 编程
  • 并发
  • Concurrency
  • O'Reilly
  • 并行计算
  • erlang
  • Erlang
  • Programming
  • Language
  • Functional
  • Programming
  • Concurrency
  • Distributed
  • Systems
  • OTP
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

This book is an in-depth introduction to Erlang, a programming language ideal for any situation where concurrency, fault tolerance, and fast response is essential. Erlang is gaining widespread adoption with the advent of multi-core processors and their new scalable approach to concurrency. With this guide you'll learn how to write complex concurrent programs in Erlang, regardless of your programming background or experience.

Written by leaders of the international Erlang community -- and based on their training material -- Erlang Programming focuses on the language's syntax and semantics, and explains pattern matching, proper lists, recursion, debugging, networking, and concurrency.

This book helps you:

Understand the strengths of Erlang and why its designers included specific features

Learn the concepts behind concurrency and Erlang's way of handling it

Write efficient Erlang programs while keeping code neat and readable

Discover how Erlang fills the requirements for distributed systems

Add simple graphical user interfaces with little effort

Learn Erlang's tracing mechanisms for debugging concurrent and distributed systems

Use the built-in Mnesia database and other table storage features

Erlang Programming provides exercises at the end of each chapter and simple examples throughout the book.

作者简介

Francesco Cesarini 14年来一直向学生、开发人员、测试人员、项目和技术经理教授Erlang/OTP技术。他协助在爱尔兰、美国和英国建立起了Erlang开发中心。

Simon Thompson是一位肯特大学计算机实验室的逻辑和计算学教授,在过去25年里,他在那里教授本科生和研究生的计算学课程。

目录信息

Chapter 1 Introduction
Why Should I Use Erlang?
The History of Erlang
Erlang’s Characteristics
Erlang and Multicore
Case Studies
How Should I Use Erlang?
Chapter 2 Basic Erlang
Integers
The Erlang Shell
Floats
Atoms
Booleans
Tuples
Lists
Term Comparison
Variables
Complex Data Structures
Pattern Matching
Functions
Modules
Exercises
Chapter 3 Sequential Erlang
Conditional Evaluations
Guards
Built-in Functions
Recursion
Runtime Errors
Handling Errors
Library Modules
The Debugger
Exercises
Chapter 4 Concurrent Programming
Creating Processes
Message Passing
Receiving Messages
Registered Processes
Timeouts
Benchmarking
Process Skeletons
Tail Recursion and Memory Leaks
A Case Study on Concurrency-Oriented Programming
Race Conditions, Deadlocks, and Process Starvation
The Process Manager
Exercises
Chapter 5 Process Design Patterns
Client/Server Models
A Process Pattern Example
Finite State Machines
Event Managers and Handlers
Exercises
Chapter 6 Process Error Handling
Process Links and Exit Signals
Robust Systems
Exercises
Chapter 7 Records and Macros
Records
Macros
Exercises
Chapter 8 Software Upgrade
Upgrading Modules
Behind the Scenes
Upgrading Processes
The .erlang File
Exercise
Chapter 9 More Data Types and High-Level Constructs
Functional Programming for Real
Funs and Higher-Order Functions
List Comprehensions
Binaries and Serialization
References
Exercises
Chapter 10 ETS and Dets Tables
ETS Tables
Dets Tables
A Mobile Subscriber Database Example
Exercises
Chapter 11 Distributed Programming in Erlang
Distributed Systems in Erlang
Distributed Computing in Erlang: The Basics
The epmd Process
Exercises
Chapter 12 OTP Behaviors
Introduction to OTP Behaviors
Generic Servers
Supervisors
Applications
Release Handling
Other Behaviors and Further Reading
Exercises
Chapter 13 Introducing Mnesia
When to Use Mnesia
Configuring Mnesia
Transactions
Partitioned Networks
Further Reading
Exercises
Chapter 14 GUI Programming with wxErlang
wxWidgets
wxErlang: An Erlang Binding for wxWidgets
A First Example: MicroBlog
The MiniBlog Example
Obtaining and Running wxErlang
Exercises
Chapter 15 Socket Programming
User Datagram Protocol
Transmission Control Protocol
The inet Module
Further Reading
Exercises
Chapter 16 Interfacing Erlang with Other Programming Languages
An Overview of Interworking
Interworking with Java
C Nodes
Erlang from the Unix Shell: erl_call
Port Programs
Library Support for Communication
Linked-in Drivers and the FFI
Exercises
Chapter 17 Trace BIFs, the dbg Tracer, and Match Specifications
Introduction
The Trace BIFs
Tracing Calls with the trace_pattern BIF
The dbg Tracer
Match Specifications: The fun Syntax
Match Specifications: The Nuts and Bolts
Further Reading
Exercises
Chapter 18 Types and Documentation
Types in Erlang
TypEr: Success Types and Type Inference
Documentation with EDoc
Exercises
Chapter 19 EUnit and Test-Driven Development
Test-Driven Development
EUnit
The EUnit Infrastructure
Testing State-Based Systems
Testing Concurrent Programs in Erlang
Exercises
Chapter 20 Style and Efficiency
Applications and Modules
Processes and Concurrency
Stylistic Conventions
Coding Strategies
Efficiency
And Finally...
Appendix Using Erlang
Getting Started with Erlang
Tools for Erlang
Where to Learn More
Colophon
· · · · · · (收起)

读后感

评分

各种语句翻译得和机器翻译一样不明所以,关键还有大量的翻译错误,造成理解上的困难(尤其对于 erlang 新手)。 同时和以前即有的amstrong的翻译版的术语有些不统一,看得出来译者很没有诚意。 强烈不推荐看此翻译版! 勉强看完一次,已再次入影印版。 影印版推荐。  

评分

o'reilly的素质没什么可以怀疑的,和armstrong的不同之处是此书似乎偏重实战,而不全是语言的描述。 更难得的是国内已经开始翻译了,erlang能在国内竟有如此待遇。。  

评分

各种语句翻译得和机器翻译一样不明所以,关键还有大量的翻译错误,造成理解上的困难(尤其对于 erlang 新手)。 同时和以前即有的amstrong的翻译版的术语有些不统一,看得出来译者很没有诚意。 强烈不推荐看此翻译版! 勉强看完一次,已再次入影印版。 影印版推荐。  

评分

随着多内核处理器的流行,如果开发高效的并行程序成了程序设计语言开发者们头疼的事情,Erlang作为一门不新的语言在这个时候成了计算机科学界的宠儿,其面对函数的程序设计思想,无side-effect的变量运用,高效和安全的消息传递以及模块热插拔的概念,使这门诞生于80年代的语言...

评分

随着多内核处理器的流行,如果开发高效的并行程序成了程序设计语言开发者们头疼的事情,Erlang作为一门不新的语言在这个时候成了计算机科学界的宠儿,其面对函数的程序设计思想,无side-effect的变量运用,高效和安全的消息传递以及模块热插拔的概念,使这门诞生于80年代的语言...

用户评价

评分

哈哈。当时和这个作者聊了下,人挺好玩的。我有签名版,谁要?

评分

算是语法书,比作者的那本讲的多。最后一章应该多读读。英文很简单,我都能读懂。

评分

作为Programming Erlang 辅助书很不错,偏细节

评分

个人感觉比erlang programming 那本书更系统一些

评分

着重看了socket那块的编程,是一本好书~适合入门。网上有一些翻译http://gashero.yeax.com/?p=55#id11

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有