Skip to content

randomcamel/erlang-koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang Koans

Inspired by the ruby koans.

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

See the installation guide. Be sure to install version 17 which includes the much anticipated map feature!

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%