Skip to content

Commit

Permalink
Update clojurekoans.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulchy committed May 17, 2014
1 parent a397657 commit bcd20ae
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion lightning-talks/clojurekoans.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
Lightning Talk: clojurekoans
============================

*Details soon...*
What the heck is a koan?

- A kōan (公案) is a story, dialogue, question, or statement, which is used in Zen-practice to provoke the "great doubt", and test a student's progress in Zen practice.

How does this relate to learning clojure?

- Clojure Koans are short fill-in-the blank Clojure expressions that test your knowledge of Clojure and help you to learn

Where do I get them?

- http://clojurekoans.com/

$ git clone git://github.com/functional-koans/clojure-koans.git

How do I run them?

- From the 'koans' directory,
$ lein koan run
- Then edit the current Clojure file, and when you save it, the Clojure Koans runner will pick up your chages!

![Alt text](/path/to/img.jpg)

![Alt text](/path/to/img.jpg)

### Back

Expand Down

0 comments on commit bcd20ae

Please sign in to comment.