Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.63 KB

File metadata and controls

36 lines (24 loc) · 1.63 KB

Solutions to Clojure Koans


⚠️ ⚠️ ⚠️

Important

This repository contains my isolated solutions to the famed functional-koans/clojure-koans.

To run these solutions at the REPL - within the context of the Clojure Koans testing suite - visit my fork at bashhack/clojure-koans. Once there, follow the steps outlined in the section Running the Koans.

If you're looking to create your own solutions to the problem set, start by forking the original repository hosted by functional-koans at functional-koans/clojure-koans.

⚠️ ⚠️ ⚠️


Credits

These exercises were started by Aaron Bedra of Relevance, Inc. in early 2010, as a learning tool for newcomers to functional programming. Aaron's macro-fu makes these koans clear and fun to use and improve upon, and without Relevance's initiative, this project would not exist.

Using the koans metaphor as a tool for learning a programming language started with the Ruby Koans by EdgeCase.

License

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license.