What every Node.js developer should know about Elixir

Bryan Hunter Elixir is an expressive functional programming language that has borrowed a great deal from Ruby, Clojure, Python, and Node.js. Node with its sweetspot of rapidly producing back-ends has taken over the world, and it has had countless successes. Node isn’t right for all problems though. Many Node developers who have found themselves outside of its sweetspots are discovering that Elixir makes a great lifeline, and they’re embracing a polyglot approach. Wow? Why Elixir? Elixir delivers familiar modern tooling, simplified distribution, massive concurrency, and carrier grade fault-tolerance. Elixir code runs on the Erlang VM and compiles to the same binary format (BEAM file) as Erlang, so it has zero-penalty access to Erlang libraries including OTP. Just like Erlang, it supports hot code loading and scales beautifully (scales-up to many cores, scales-out to many machines). What does it look like? What are the pieces and the tools? How do I get started? Sound exciting? Good! Come join the fun!
Length: 34:21
Views 3376 Likes: 24
Recorded on 2015-11-14 at Nodevember
Look for other videos at Nodevember.
Tweet this video