11 Commits (8ce6e37c49d55a656993d1758c2f0d0f8b6fff37)

Author SHA1 Message Date
J. Fernando Sánchez 8ce6e37c49 You have achieved clojure enlightenment. Namaste. 6 years ago
Pascal Honoré ed23b910fa Updated description
Thanks to @Strikingwolf for the suggestion!
8 years ago
Pascal Honoré 4d4cb3b93a First encounter with `nil`
In 02_strings.clj, the answer to

   (= __ (string/index-of "hello world" "bob"))

is `nil` but `nil` is not obvious for somebody who
never saw it before. This step introduces it.
8 years ago
Elena Machkasova 8a5303df8f replaced "foo" examples with "hello"
This is more novice-friendly
9 years ago
Colin Jones 04b3c4a960 Bump koan-engine dependency
Also eliminates some ns forms that we can do without now.

Closes #71
10 years ago
David Kinzer 711925a043 Add name-spaces to the clojure koans files.
This commit adds two name-spaces to beginning of the clojure koan files
in order to fix an issue both #68 and #69.
10 years ago
Micah Martin and Colin Jones 28bf698566 Clarify keywords, symbols, maps, sets 11 years ago
Micah Martin and Colin Jones bd4bcad22a Add some nil exposition 11 years ago
Micah Martin and Colin Jones 2e3fead03f Clarify equalities a bit 11 years ago
Colin Jones 7ab93a0c38 Touch up some grammar & wording 11 years ago
Colin Jones 78c5704f34 Rename to use underscores instead of dashes
Works fine either way - this is just since underscores are required
in filenames for real projects, so it's something good for folks to
get used to.
12 years ago