😃
Learn Elixir with tests
  • Learn Elixir with Tests
  • Install Elixir and set up it's enviromnet.
  • Hello, world
Powered by GitBook
On this page
  • Why
  • Table of contents
  • Elixir fundamentals
Edit on GitHub

Learn Elixir with Tests

NextInstall Elixir and set up it's enviromnet.

Last updated 2 years ago

  • This is an adaption of . Check it out, one of the coolest and funnest learning experiences I've ever done.

Why

  • Explore the Elixir language by writing tests

  • 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

  1. - Set up the environment for productivity.

  2. - Declaring variables, constants, if/else statements, switch, write your first elixir program and write your first test. Sub-test syntax and closures.

Learning Go with Tests by Chris James
Install Elixir
Hello, world