From Ruby to Elixir

Unleash the Full Potential of Functional Programming

by: Stephen Bussey

Published 2024-05-01
Internal code sbelixir
Print status In Print
Pages 222
User level Beginner
Keywords elixir, beam, phoenix, liveview, ruby, functional programming, rails, erlang, web applications, web programming, concurrency
Related titles
  • Programming Elixir 1.6 (https://pragprog.com/titles/elixir16/programming-elixir-1-6/)
  • Adopting Elixir (https://pragprog.com/titles/tvmelixir/adopting-elixir/)
  • Functional Web Development with Elixir, OTP, and Phoenix (https://pragprog.com/titles/lhelph/functional-web-development-with-elixir-otp-and-phoenix/)
  • Designing Elixir Systems with OTP (https://pragprog.com/titles/jgotp/designing-elixir-systems-with-otp/)
ISBN 9798888650318
Other ISBN Channel epub: 9798888650745
Channel PDF: 9798888650752
Safari: 9798888650738
BISACs COM051010 COMPUTERS / Programming Languages / General
COM051410 COMPUTERS / Programming Languages / Ruby
COM051410 COMPUTERS / Programming Languages / Ruby

Highlight

Elixir will change the way you think about programming. Use your Ruby experience to quickly get up to speed so you can see what all of the buzz is about. Go from zero to production applications that are reliable, fast, and scalable. Learn Elixir syntax and pattern matching to conquer the basics. Then move onto Elixir’s unique process model that offers a world-class way to go parallel without fear. Finally, use the most common libraries like Ecto, Phoenix, and Oban to build a real-world SMS application. Now’s the time. Dive in and learn Elixir.

Description

Whether you’re a seasoned Ruby developer looking to expand your skill set or a programming beginner looking for a solid foundation in Elixir, this book has what you need to get up to speed quickly. Elixir is a functional language with a fairly small footprint. This makes it easier to learn and put into production than other languages. Plus, it’s built on forty-year-old foundations that give your applications rock-solid stability.

The first part of this book is all about developing expertise in the language. Learn about the core data types, build application data structures, enumerate over data, and use pattern matching to control the flow of an application. Elixir has an amazing process model that allows for (actually) easy parallel processing. Learn how to tap into this process model so you can leverage that power yourself.

The second part of this book builds a real-world application using the most important libraries in a web developer’s toolbox. Each library is compared to its similar Ruby library so you’ll quickly see similarities and differences. We’ll use Ecto, Phoenix, and Oban to build a SMS application powered by Twilio.

What are you waiting for? Tap into your Ruby knowledge and start building scalable Elixir applications today.

Contents and Extracts