Book description
Smooth, powerful, and small, Elixir is an excellent language for learning functional programming, and with this hands-on introduction, you’ll discover just how powerful Elixir can be. Authors Simon St. Laurent and J. David Eisenberg show you how Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby, and includes powerful macro features for metaprogramming. Updated to cover Elixir 1.4, the second edition of this practical book helps you write simple Elixir programs by teaching one skill at a time.
Publisher resources
Table of contents
- Preface
- 1. Getting Comfortable
- 2. Functions and Modules
- 3. Atoms, Tuples, and Pattern Matching
- 4. Logic and Recursion
- 5. Communicating with Humans
- 6. Lists
- 7. Name-Value Pairs
- 8. Higher-Order Functions and List Comprehensions
- 9. Playing with Processes
- 10. Exceptions, Errors, and Debugging
- 11. Static Analysis, Typespecs, and Testing
- 12. Storing Structured Data
- 13. Getting Started with OTP
- 14. Using Macros to Extend Elixir
- 15. Using Phoenix
- A. An Elixir Parts Catalog
- B. Generating Documentation with ExDoc
- Index
Product information
- Title: Introducing Elixir, 2nd Edition
- Author(s):
- Release date: January 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491956779
You might also like
book
Elixir in Action, Second Edition
Revised and updated for Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply …
book
The Little Elixir & OTP Guidebook
The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You …
video
Getting Started with Elixir
Elixir is a dynamic, functional language designed to build scalable and maintainable applications. Elixir leverages the …
book
Metaprogramming Elixir
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language …