exercism / exercism/elm-analyzer
Write analysis for concept exercise `pipers-pie`
Open
x:action/create
x:knowledge/elementary
x:module/analyzer
x:size/large
- Dominant language
- Elm
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
From the design file:
- [essential] all functions are implemented with recursion
- [essential] all recursive function are tail call recursive
- [essential] the `List` module is not used
- [actionable] `pipersPi` should not call `factorial` or `doubleFactorial`, suggest to build terms iteratively instead
We probably want to use [this elm-review rule](https://package.elm-lang.org/packages/jfmengels/elm-review-performance/latest/) to check the functions are tail recursive
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.