Ad
  • Custom User Avatar

    I have a Clojure solution that I believe to be correct (it passes all of the pre-provided test cases, and works in a Leiningen REPL on my machine), but when I submit the solution, it fails with the message "Unknown Error". There's no error message, stack trace, or other information.

    Does anyone know what's wrong?

  • Custom User Avatar

    In Clojure, the namespace is called "leading-zeros" instead of trailing zeros. I think somebody made a small mistake.

  • Custom User Avatar

    The tests expect the function to return null when passed zero args, but this is not mentioned in the description.

  • Custom User Avatar

    More than a handful!

  • Custom User Avatar

    In Clojure, all the tests pass except for the final one, it says "expected: (apply sum l) - actual: (not (apply # ()))". I'm pretty new to Clojure and am not sure why this error is being thrown. Is there something wrong with my code, or is it the kata?

  • Custom User Avatar

    Me either.