Commit Graph

227 Commits

Author SHA1 Message Date
Micah Martin and Colin Jones
28bf698566 Clarify keywords, symbols, maps, sets 2013-03-04 17:30:00 -06:00
Micah Martin and Colin Jones
d275ab804d Leave out vec nil for now 2013-03-04 17:10:04 -06:00
Micah Martin and Colin Jones
bd4bcad22a Add some nil exposition 2013-03-04 17:06:46 -06:00
Micah Martin and Colin Jones
25b2f11247 Clarify empty lists & other list operations 2013-03-04 16:59:01 -06:00
Micah Martin and Colin Jones
2e3fead03f Clarify equalities a bit 2013-03-04 16:45:55 -06:00
Colin Jones
7541c79f83 Merge pull request #43 from manaskarekar/cl-koans-readme
Updated README
2013-03-04 07:13:11 -08:00
Manas Karekar
31425d8a4e Updated README 2013-03-03 23:06:39 -05:00
Colin Jones
ca11a8c684 Bump koan-engine for bugfix
Thanks to Manas Karekar for reporting.
2013-03-03 17:21:35 -06:00
Colin Jones
784ff0166a Update deploy script to get lein1 deps and omit GH 2013-03-02 15:02:02 -06:00
Colin Jones
3d49ddbdb7 Merge pull request #39 from sl4m/clojure-1-5
Updates to Clojure 1.5.0 final
2013-03-02 12:11:13 -08:00
skim
6743cdd347 Updates to Clojure 1.5.0 final 2013-03-02 14:00:10 -06:00
Colin Jones
b13308c334 Merge pull request #38 from paytonrules/master
Some Minor Readme changes
2013-03-01 11:10:13 -08:00
paytonrules
ddf0ed7dac Some slightly less confusing language for lein idiots like me 2013-03-01 13:07:13 -06:00
Colin Jones
ff9fbc98dd Bump to 0.4.7 for line number in message 2013-02-25 21:13:30 -06:00
Colin Jones
7ab93a0c38 Touch up some grammar & wording 2013-02-25 20:46:19 -06:00
Colin Jones
5dcf46a6b4 Merge pull request #36 from blt/patch-1
Correct 'is' to 'are' in koan description.
2013-01-27 07:27:50 -08:00
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.
2013-01-26 19:28:46 -08:00
Colin Jones
26c6609d5d Fix a few description typos 2013-01-05 15:18:45 -06:00
Colin Jones
d0ad8778e0 Merge pull request #35 from MarkyV/patch-1
Update README.md
2012-12-30 22:25:48 -08:00
Mark Veronda
96420a3f5e Update README.md
Make README consistent with the actual file name
2012-12-31 00:53:57 -05:00
Colin Jones
2eb2dfe36a Merge pull request #33 from felipeelias/patch-1
Ignore Leiningen plugins folder
2012-11-10 23:43:25 -08:00
Felipe Elias Philipp
32834d8749 Ignore Leiningen plugins folder
On first time install with `lein deps`, it created lein-plugins folder so, ignoring it.
2012-11-10 15:02:46 +01:00
Colin Jones
1a189605f6 Update README to explain the current lein2 workflow 2012-10-23 09:30:40 -05:00
Colin Jones
7f74eed092 Bump version for zipfile upload 2012-10-18 18:42:04 -05:00
Colin Jones
1cfa85cf57 Bump koan-engine
refs #29
2012-09-30 22:05:51 -05:00
Colin Jones
14014c5ff8 Bump for lein2 compatibility
closes #28
2012-09-30 21:43:32 -05:00
Ignacy Moryc
626f97de8f Add koans for partition function 2012-08-04 08:53:45 -05:00
Colin Jones
f1ee68affc Update project name/description 2012-08-04 08:53:09 -05:00
Colin Jones
0772880f64 Merge pull request #26 from russmiles/master
Added entry into project.clj to allow 'lein run run' to simply work
2012-08-04 06:29:28 -07:00
Russ Miles
9804ace8dd Added specification for Leiningen to run main class so that 'lein run run' will work, as will 'lein run test' 2012-08-03 00:13:23 +01:00
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.
2012-06-08 15:22:42 -05:00
Noam Yorav-Raphael
d7c093d2c8 Rename koan files to start with a number, to give the learner a feeling of progress. 2012-06-08 15:22:42 -05:00
Colin Jones
a3b7313c1b Merge pull request #24 from mg50/contributor-list
Replaced contributors section of README to github contributor list
2012-04-27 14:06:56 -07:00
Mark Grant
04ca65b16f Replaced contributors section of README to github contributor list 2012-04-25 14:27:49 -05:00
Colin Jones
b83e14359b Fix grammar problem, closes #23
Thanks to @jamieorc for reporting.
2012-03-03 12:44:26 -06:00
Colin Jones
c86a7643ec Update ideaboard 2012-03-02 09:15:49 -06:00
Aaron Bedra
01751458cf Merge pull request #22 from lukearno/deeper
Issue #21: Go deeper... deeper... in final recursion koan
2012-01-13 17:01:47 -08:00
Luke Arno
5627b8d37b Issue #21: Go deeper... deeper... in final recursion koan 2012-01-13 15:19:15 -08:00
Colin Jones
1c4520a8b4 Update new koan location in README 2011-11-29 13:50:45 -06:00
Colin Jones
42391c8b08 Include dev deps in classpath for batch files 2011-11-28 19:25:01 -06:00
Colin Jones
373a71837f No need for -i for shell scripts either 2011-11-28 19:21:22 -06:00
Colin Jones
9971e0b2a0 Not sure why these hoops felt necessary at the time, but they're not now 2011-11-28 19:18:55 -06:00
Colin Jones
c148c483a2 Add resources to batch file classpath and clean up a bit 2011-11-28 19:18:32 -06:00
Colin Jones
7c00277b17 Update to snapshot 2011-11-28 19:17:41 -06:00
Colin Jones
8bdf7015a5 Update engine dependency 2011-11-27 18:10:03 -06:00
Sam Ritchie
337d39684a Extracted koan logic out into koan-engine. 2011-11-27 17:55:14 -06:00
Colin Jones
e2b5f87984 Add note about auto-uploading the zipfile 2011-11-27 17:55:07 -06:00
Aaron Bedra
3cca560b96 Reformatting for consistency 2011-10-25 22:55:54 -04:00
Aaron Bedra
dd232703af Update README do it doesn't refer to 1.3.0-RC0 2011-10-25 22:40:22 -04:00
Aaron Bedra
977e998592 Don't rely on SNAPSHOT version of swank-clojure 2011-10-25 22:39:13 -04:00