Introducing Erlang


If you’re new to Erlang, its functional style can seem difficult, but with help from this hands-on introduction, you’ll scale the learning curve and discover how enjoyable, powerful, and fun this language can be.

Author Simon St. Laurent shows you how to write simple Erlang programs by teaching you one basic skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Erlang is ideal for concurrency and resilience.

  • Get cozy with Erlang’s shell, its command line interface
  • Become familiar with Erlang’s basic structures by working with numbers
  • Discover atoms, pattern matching, and guards: the foundations of your program structure
  • Delve into the heart of Erlang processing with recursion, strings, lists, and higher-order functions
  • Create processes, send messages among them, and apply pattern matching to incoming messages
  • Store and manipulate structured data with Erlang Term Storage and the Mnesia database
  • Learn about Open Telecom Platform, Erlang’s open source libraries and tools

Table of Contents
Chapter 1. Getting Comfortable
Chapter 2. Functions and Modules
Chapter 3. Atoms, Tuples, and Pattern Matching
Chapter 4. Logic and Recursion
Chapter 5. Communicating with Humans
Chapter 6. Lists
Chapter 7. Higher-Order Functions and List Comprehensions
Chapter 8. Playing with Processes
Chapter 9. Exceptions, Errors, and Debugging
Chapter 10. Storing Structured Data
Chapter 11. Getting Started with OTP
Chapter 12. Next Steps Through Erlang

Appendix A. An Erlang Parts Catalog
Appendix B. OTP Templates

Book Details

  • Paperback: 202 pages
  • Publisher: O’Reilly Media (January 2013)
  • Language: English
  • ISBN-10: 1449331769
  • ISBN-13: 978-1449331764
Download [10.3 MiB]

You may also like...

Leave a Reply