You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get a grounding with TDD. Elixir is a good language for learning TDD because it is a simple language to learn and has a built in testing framework
Be confident that you'll be able to start writing robust, well-tested systems in Elixir
Table of contents
Elixir fundamentals
Install Elixir - Set up the environment for productivity.
Hello, world - Declaring variables, constants, if/else statements, switch, write your first elixir program and write your first test. Sub-test syntax and closures.