coproc / ex_roman

Roman numbers in Elixir - Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Numbers Kata

A TDD example of how to convert Roman numbers into decimal values with Elixir. Mostly based on pattern matching. March 2019 by Wolfgang Stöcher and Andi Altendorfer at Mondigo

TODO: (feel free to contribute ;-)

See: Issues

Install

git clone https://github.com/iboard/ex_roman.git
cd ex_roman
mix test --trace

If you plan to contribute, please fork the repo first, thus you can create pull-requests for your changes and additions.

Usage

To play with the code, just open the test-file, fiddle around, and run mix test.

About

Roman numbers in Elixir - Example

License:The Unlicense


Languages

Language:Elixir 100.0%