Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This one in shell was great. Techniques were applied like never before.
This comment is hidden because it contains spoiler information about the solution
Why the * do I need to use a class for this?
Actually provide tests for clojure?!
Properly import clojure.string. If you gotta use require, at least do it as str
Yeah, thats a bad description
This comment is hidden because it contains spoiler information about the solution
What a troll lol
Clojure port gives no reasonable error message for the zero test.
If the explicit 0 wasn't mentioned all over this thread I would have considered the kata broken
lovely, isn't it
Bad Kata.
Need to round results.
Clojure translation doesn't accept the idiomatic ratio data type.
Definitely not 8kyu.
One of the worst kata I've seen.
Clojure folks, use double not float
:shrug:
Having to deal with Maybe in haskell bumps this up to a 6 or 5kyu.
If it was just checking for empty list then it would be rated appropiately
Using haskell I get "Ambigous occurence minimum" erros.
This is likely because we're overwriting a builtin function here.
src/FindMaximumAndMinimumValuesOfAList.hs:5:22: error:
Ambiguous occurrence ‘minimum’
It could refer to
either ‘Prelude.minimum’,
imported from ‘Prelude’ at src/FindMaximumAndMinimumValuesOfAList.hs:1:8-41