346 Commits (master)
 

Author SHA1 Message Date
Chris Cummins 5c27ca25cc Minor grammar fix 10 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
Colin Jones 784ff0166a Update deploy script to get lein1 deps and omit GH 11 years ago
Colin Jones 3d49ddbdb7 Merge pull request #39 from sl4m/clojure-1-5
Updates to Clojure 1.5.0 final
11 years ago
skim 6743cdd347 Updates to Clojure 1.5.0 final 11 years ago
Colin Jones b13308c334 Merge pull request #38 from paytonrules/master
Some Minor Readme changes
11 years ago
paytonrules ddf0ed7dac Some slightly less confusing language for lein idiots like me 11 years ago
Colin Jones ff9fbc98dd Bump to 0.4.7 for line number in message 11 years ago
Colin Jones 7ab93a0c38 Touch up some grammar & wording 11 years ago
Colin Jones 5dcf46a6b4 Merge pull request #36 from blt/patch-1
Correct 'is' to 'are' in koan description.
11 years ago
Brian L. Troutwine 567031f48e Correct 'is' to 'are' in koan description.
I don't mean to be That Guy, but it's more correct to use 'are', rather than 'is' when discussing a plural subject.
11 years ago
Colin Jones 26c6609d5d Fix a few description typos 11 years ago
Colin Jones d0ad8778e0 Merge pull request #35 from MarkyV/patch-1
Update README.md
12 years ago
Mark Veronda 96420a3f5e Update README.md
Make README consistent with the actual file name
12 years ago
Colin Jones 2eb2dfe36a Merge pull request #33 from felipeelias/patch-1
Ignore Leiningen plugins folder
12 years ago
Felipe Elias Philipp 32834d8749 Ignore Leiningen plugins folder
On first time install with `lein deps`, it created lein-plugins folder so, ignoring it.
12 years ago
Colin Jones 1a189605f6 Update README to explain the current lein2 workflow 12 years ago
Colin Jones 7f74eed092 Bump version for zipfile upload 12 years ago
Colin Jones 1cfa85cf57 Bump koan-engine
refs #29
12 years ago
Colin Jones 14014c5ff8 Bump for lein2 compatibility
closes #28
12 years ago
Ignacy Moryc 626f97de8f Add koans for partition function 12 years ago
Colin Jones f1ee68affc Update project name/description 12 years ago
Colin Jones 0772880f64 Merge pull request #26 from russmiles/master
Added entry into project.clj to allow 'lein run run' to simply work
12 years ago
Russ Miles 9804ace8dd Added specification for Leiningen to run main class so that 'lein run run' will work, as will 'lein run test' 12 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