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 pass all Clojure tests without conversion to 'fizz' or 'buzz', I don't get why..
You should add a test with no paramters, my solution would'nt work in this case.
Is it copied from http://rosettacode.org/wiki/Hamming_numbers ?
Why do you need to pass null as first argument to apply? I thought you'll need to pass func as first argument.
Thanks,