Elixir Tooling: Exploring Beyond the Language

Eric Meadows-Jönsson
Elixir Team Member

You may have been introduced to Elixir before. The language features have been shown; strong meta-programming, protocols, and Erlang interop. This talk is about the less talked about, but equally important, surrounding features of Elixir.

Eric will cover the great parts of the standard library, including lazy collections, Unicode strings, and the parallel compiler. Additionally, he will talk about Elixir tooling specifically Mix the build tool and Hex the newly created package manager. The talk will go in-depth about Mix's project and build structure, how dependencies are handled, how to create custom Mix tasks and what Hex brings to the table. Eric will also show how the standard library and tooling can be used by Erlang developers. 

Talk objectives:

- Introduce the audience to Elixir's standard library and tooling

Target audience:

- Erlang developers interested in Elixir

- Beginner Elixir developers

Slides
Video

Eric Meadows-Jönsson is part of the team behind the Elixir programming language and has created many open source projects in Elixir, including Hex, a package manager and Ecto, a language integrated query for Elixir. He graduated from Computer Science at Chalmers University in Gothenburg and is now an Elixir developer at icanmakeitbetter.com. Eric has a passion for open source development and programming with a focus on functional programming and the Erlang ecosystem.


GitHub: ericmj

Twitter: @emjii

Back to conference page