-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
discussion/deduplicateDiscussion and vote what to do with duplicate kataDiscussion and vote what to do with duplicate kata
Description
From wiki list of duplicates.
- 4 kyu
- Requested operations are
add
,mul
,pow
. Numbers are two-argument uncurried functions. Provides some helpers to convert between Church and int. - 94% with 170+ completions
- 1 pending issue
- 1 language (JS), 1 pending translation (C++)
- Published Nov 2014, author active
- 3 kyu
- Same as 1., but operations are
pred
sub
compareTo
div
mod
- 84% with ~100 completions
- 2 pending issues
- 1 language (JS)
- Published Nov 2014, author the same as for kata 1.
- 4 kyu
- Requested operations are
add
mul
pow
. Provideszero
,one
, andsucc
. Uses normal, curried functions. - 94% with ~360 completions
- No pending issues
- 4 languages
- Published Nov 2014, author active
- 3 kyu
- Requested operations are
add
mul
pow
. Provideszero
,succ
, and functions to convert Church <=> int. Solution is spoiled by the description. - 81% with 1k completions
- No pending issues
- 3 languages
- Published Aug 2015, author active
- 4 kyu
- Requested operations are
pred
sub
. Provideszero
,one
, andsucc
. Uses normal, curried functions. - 92% with ~200 completions
- 1 pending issue
- 4 languages
- Published Nov 2014, author the same as for kata 3.
Conclusion
- Keep 3. Church numbers
- Keep 5. Church numbers: find the predecessor and subtract
- Retire 1. Church numbers after C++ translation is moved
- Retire 2. Church numbers (ii)
- Retire 4. Church Numbers - Add, Multiply, Exponents
Filling gaps
- Move approved Python translation form 4. to 3.
- Move pending C++ translation from 1. to 3.
Metadata
Metadata
Assignees
Labels
discussion/deduplicateDiscussion and vote what to do with duplicate kataDiscussion and vote what to do with duplicate kata
Type
Projects
Status
Done