Ad
  • Custom User Avatar

    I just wrote a solution uses Integer/toBinaryString and it works without problem.

  • Custom User Avatar

    I see that some of the Clojure solutions are able to use Integer/toBinaryString, but when tryin to use that function in my own session the underlying JVM wasn't able to find it for some reason so I had to implement my own. Some sort of inconsistency with the environment?

  • Custom User Avatar

    the test passing a BigInt to the solution function made this kata tedious, but on a positive note it was beneficial for me to read more about the nature of numeric types in Clojure.

  • Custom User Avatar

    idk how that one slipped by