I've been working through the Clojure koans, which are great. But there's one problem that I can't figure out what they want. Has anyone posted a set of answers (official or unofficial)?

link|improve this question

47% accept rate
feedback

2 Answers

up vote 5 down vote accepted

I have solved the koans. Indeed they are great. My solutions can be found at https://github.com/viebel/clojure-koans.

link|improve this answer
Ah, I see what they were getting at. Thanks! – Cincinnati Joe Feb 6 at 12:59
feedback

Have you looked at the source?

https://github.com/functional-koans/clojure-koans/blob/master/resources/koans.clj

I would think this would work for you, but maybe I'm misunderstanding something.

link|improve this answer
Taking a quick glance at the source from work... I don't think so. I see what I was looking for in the Y.Sharvit's solutions. – Cincinnati Joe Feb 6 at 12:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.