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.
Polish it all you want, it's still a logarithmically convergent series :(
Nice to be here. It seems like a great site. Not entirely sure, but I think they prefer Clojurian. I'm going to the Conj in Nov. so I'll ask around ;)
Anyway, my subconcious is smarter than I am and I was driving down the road after posting this and it hit me that ->> is a macro and would expand out to avoid the infinite seq. I'll blame it on having to do Java day in/day out...
BTW, nice to see another Clojuror (Clojurian?)
Seems like most of the new people these days are here for Haskell...
Hehe, nope!
map
is almost as lazy as I am...I'm actually surprised that executes. I would expect that first iterate fn to attempt to realize the entire infinite sequence.
In addition to Abbe's comment, a few of the Clojure solutions would fail when given an empty sequence (e.g. "", [], etc.).