Exercism problems in Elm.
Here are some ideas for people wanting to write tests:
- Look to the haskell language track, see what tests haven't been implemented, and are appropriate for elm -
- Consider the elm-lang docs - what elm-specific information hasn't been included in our tests so far.
If you want to be more generally helpful:
- Get it running successfully on Travis, that is worth 100 points.
- Install the most recent version of Elm.
- run
elm package install
elm reactor
open localhost:8000
- Navigate to your test file.
Please see the contributing guide
When adding another problem set, make sure to add the folder name to both elm-package.json
and config.json
.
- Put expected vs. actual results in correct order in Accumulate, Leap, and RNA tests
- Add all tests and examples
- Get running on Travis
The MIT License (MIT)
Copyright (c) 2015 Katrina Owen, _@kytrinyx.com