elixir-koans
Discover elixir lang by replacing "__?" and "assert_?" to make tests pass.
Install
$ git clone git@github.com:dojo-toulouse/elixir-koans.git
$ cd elixir-koansGet deps
$ mix deps.getCompile
$ mix compileLaunch
You can safely ignore warnings
$ mix testor
Launch with reload
$ mix test.watch
Note: On Linux you may need to install inotify-tools for test.watch task.