June 2022
Intermediate to advanced
130 pages
2h 45m
English
We’ve spent time with the tools and structures that make Elixir such a compelling language for functional programming beginners and library creators alike. Let’s sum it all up.
The Ruby programming language is perhaps unique in how effectively it embraced early adopters. Elixir developers, including the creator himself, came from this community and provided excellent tooling from the beginning. The mix tool provides the toolbox for managing development projects. We used mix tasks to build our project, run tests, and get a list of other tasks. We then built our own task.
We spent a good deal of time in IEx. It provided an excellent tool for running and debugging bits of code. We spent time trying small examples ...
Read now
Unlock full access