Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are answers to the Clojure koans posted anywhere?

Tags:

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)?

like image 256
Cincinnati Joe Avatar asked Feb 05 '12 03:02

Cincinnati Joe


2 Answers

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

like image 118
viebel Avatar answered Sep 30 '22 20:09

viebel


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.

like image 29
Nick Klauer Avatar answered Sep 30 '22 18:09

Nick Klauer