• Stars
    star
    175
  • Rank 218,059 (Top 5 %)
  • Language
    Erlang
  • License
    Other
  • Created almost 12 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Erlang Koans

Erlang Koans

Inspired by the ruby koans.

Usage with Docker

To run the koans with docker use make run

Usage

The koans are intended to only rely on erlang and the erlang scripting environment escript. The testing framework is eunit.

To run the koans use the koans executable with the command escript koans. This will compile your code and provide the next failing test in the suite to pass.

To run the development tests with substituted answers from answers.config use the command escript koans test.

To show a hint for the current koan, use escript koans hint.

Erlang Installation

Use the included Makefile if you have docker installed, otherwise see the installation guide.