269 Commits (c4f708beeb263d022ba8a228299d5a9725ed8432)
 

Author SHA1 Message Date
Colin Jones c4f708beeb Bump to 0.5.0 10 years ago
Colin Jones c40309235d Add leading `do` to :init
This shouldn't be necessary; this is just a quickfix.
10 years ago
Colin Jones b987ae9e5a Add random runner 10 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
Colin Jones fd3972dd78 Merge pull request #74 from ajmccluskey/21-remove-partial
Remove unnecessary call to partial in second koan
10 years ago
Colin Jones aec2d28748 Merge pull request #76 from mjansen401/master
fix spacing issue in 05_maps.clj
10 years ago
Mike Jansen eaf6cd6f80 fix spacing issue in 05_maps.clj 10 years ago
Andrew McCluskey 569aa5e85b Remove unnecessary call to partial in second koan
juxt returns a function that takes a variable number of arguments, so a
partial taking one argument does not need to be created.
10 years ago
Colin Jones c7bd27047a Bump koan-engine for doc/code alternation check 10 years ago
Colin Jones 645a5f820b Merge pull request #70 from gthb/patch-1
Trivial: fix Hawking's first name
10 years ago
Gunnlaugur Thor Briem a1e659bc29 Trivial: fix Hawking's first name 10 years ago
Colin Jones 00b7e7c69f Discourage lein 1 use 10 years ago
Colin Jones 72af893f8f Remove group-by since that's been covered 10 years ago
Colin Jones 86a6790ae4 Clean up group-by descriptions & spelling 10 years ago
Takayuki Goto d6b1b57942 group-by function koan 10 years ago
Colin Jones f35e258e7f Update answer key to reflect renaming 10 years ago
Kyle VanderBeek e96ccc4494 Switch variable from index to x to avoid confusing syntax highlightig.
index is a clojure.set function and ended up highlighted for me, sending me
down a rabbit hole of confusion. Avoid this with a more generic variable name
consistent with other Koan files.
10 years ago
Attila Domokos 660998a79d The answer file's expression returns the argument provided
Although the answer's file entry worked, it ignored the provided
argument. With this change it returns what was passed to it.  I branched
from master, I hope it can be merged it in.
10 years ago
Attila Domokos 68dcde939e Make if-not example clearer, fix the answer keys
I felt the example wasn't very clear as the conditional returned the
quoted form of `doom` when it evaluated to true or false. This way the
user needs to find a value that satisfies the if-not conditional so it
returns `doom` and not `more-doom`.
10 years ago
Colin Jones 0cf4cd3121 Move herbivore assertions together 10 years ago
Tobias Pfeiffer 92c7f8b2f0 Added one test to the polymorph suite (test name usage)
* added one tests that verifies that the diet function also
  accesses the name value of the map (before it was possible
  to just return "Bambi eats veggies." for the herbivore diet
* since this is not the main purpose of these specs added just
  this one and not extra specs for default/carnivore as I didn't
  want to bloat it, but could add those as well if desired
10 years ago
Colin Jones 40505491f8 Merge pull request #66 from ChrisCummins/grammar-fix
Minor grammar fix
11 years ago
Chris Cummins 5c27ca25cc Minor grammar fix 11 years ago
Colin Jones 0675850ae7 Merge pull request #61 from drguildo/grammar-fixes
A few grammatical changes.
11 years ago
Simon Morgan 8c0d3f885c A few grammatical changes. 11 years ago
Laura Brown 7525df7f1b update answer key 11 years ago
Laura Brown f60275e6e4 Update 05_maps.clj
"Often you will need to get the keys, but the order is undependable"
The keys value pairs are already ordered by key. Why not make the original map un-ordered to force the user to think about sorting them?

"You can get the values in a similar way"
Two of the three values are already provided in the answer, the answer to this challenge can be arrived at by providing the missing one through process of elimination without thinking about sorting.
11 years ago
Colin Jones 7718ae4d26 Merge pull request #57 from bobwilliams/master
rearranging map keys to prove sort function
11 years ago
Bob Williams c5ef11690e rearranging map keys to prove sort function 11 years ago
Colin Jones 725abe45d5 Merge pull request #54 from dkinzer/Fix-spelling
Fix spelling.
11 years ago
David Kinzer f9268e81bf Fix spelling. 11 years ago
Colin Jones f0bdefe972 Improve grammatical flow
refs #51
11 years ago
Colin Jones 6adbead02c Merge pull request #50 from marshallshen/master
add one more problem in function exercise
11 years ago
Marshall Shen e7f18eb4e6 add answer 11 years ago
Marshall Shen 6fb62d5c79 add one more problem in function exercise 11 years ago
Colin Jones 5e342c81bc Override :main ns for lein repl purposes
Fixes #47
11 years ago
Colin Jones 5207198857 Merge pull request #45 from wishpishh/master
Added missing word in code comments
11 years ago
Hannes Johansson 8cd9d64ad0 Added missing word in comment for koan 11 11 years ago
Colin Jones dcd056addb Gitignore lein-repl-history 11 years ago
Micah Martin and Colin Jones 559f2e2c58 Take pity and clarify higher-order fns a bit 11 years ago
Micah Martin and Colin Jones bef513721d Clarify wording in maps 11 years ago
Micah Martin and Colin Jones 28bf698566 Clarify keywords, symbols, maps, sets 11 years ago
Micah Martin and Colin Jones d275ab804d Leave out vec nil for now 11 years ago
Micah Martin and Colin Jones bd4bcad22a Add some nil exposition 11 years ago
Micah Martin and Colin Jones 25b2f11247 Clarify empty lists & other list operations 11 years ago
Micah Martin and Colin Jones 2e3fead03f Clarify equalities a bit 11 years ago
Colin Jones 7541c79f83 Merge pull request #43 from manaskarekar/cl-koans-readme
Updated README
11 years ago
Manas Karekar 31425d8a4e Updated README 11 years ago
Colin Jones ca11a8c684 Bump koan-engine for bugfix
Thanks to Manas Karekar for reporting.
11 years ago