326 Commits (6c00a3e358adf0af6aa773ec249f9ec16ff2e0ba)
 

Author SHA1 Message Date
Colin Jones 6c00a3e358
Improve some of the quote descriptions 8 years ago
qc1iu bfeaa7cf07
Create quote koan
Covers
- quote
- syntax-quote
- unquote
8 years ago
fordjm 4fe86ecc74 Fixed a bug in 14_recursion.clj meditations (#105)
* Fixes a bug that allows recursive-reverse to return '(1) for the base case.
8 years ago
Colin Jones e8526b704c Merge pull request #107 from shtukas/introducing-nil
First encounter with `nil`
8 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
Damian Niemczyk a8fe71e26f Update java string methods to clojure functions
With Clojure 1.8.0 finally those string methods now have corresponding
Clojure functions.

Of note here is that the clojure.string/index-of function responds
with nil if nothing is found and not -1 as .IndexOf previously did.
8 years ago
Damian Niemczyk 52fe0cd615 Update clojure version 8 years ago
Colin Jones ec9d5cd66f Emphasize the leftovers included by partition-all 8 years ago
Michael Perez d30e324bcd src/koans/21_partition.clj: correct meditation doc
The meditation was misleading because calling `(partition-all 3 (range 5))` returns `((0 1 2) (3 4))` results in sequences having <=3 elements , not strictly less than.
8 years ago
Colin Jones 50f942cf7d Add a few more ideas 8 years ago
Colin Jones 44f37b5c16 Merge pull request #100 from SuperStevenZ/master
Update 23_meta.clj
9 years ago
SuperStevenZ 51176084a4 Update 23_meta.clj
Fixed a spelling mistake:
23_meta.clj 12:18
*succintly* -> succinctly
9 years ago
Colin Jones b64b17fc51 Merge pull request #97 from Strikingwolf/string-koan
String koan
9 years ago
William Jackson 3e3b2d3a94 Fix mispellings 9 years ago
William Jackson 4c3ab6f57a Remove duplicates 9 years ago
Striking 6def6d2392 Update ideaboard 9 years ago
Striking 5a836be75c Create the meditations of a string koan
Covers
* String creation
* String concatenation
* Counting strings characters and getting them
* Difference between chars and strings
* Substrings
* string/join w/ and w/o separators
* string/split-lines
* .indexOf and .lastIndexOf
* string/trim
* char? and string?
* blank?
9 years ago
Striking e2a9f9556b Add more to .gitignore 9 years ago
Striking 7498707bc0 Change file/ns names for everything and add 02_strings 9 years ago
Striking 13d95a4f50 Update clojure version 9 years ago
Colin Jones 11de6bfb07 Update ideaboard based on new metadata koan 9 years ago
Colin Jones cba0d3733f Merge remote-tracking branch 'brymaven/meta-koan' 9 years ago
Colin Jones 071e5a215d Merge pull request #94 from ode79/patch-2
Remove extra space in 10_lazy_sequences.clj
9 years ago
Colin Jones 391d847146 Merge pull request #93 from ode79/patch-1
Alignment on line in 09_runtime_polymorphism.clj
9 years ago
ode79 fed56b1cdd Extra whitespace in 10_lazy_sequences.clj 9 years ago
ode79 f25c3ef62f Alignment on line in 09_runtime_polymorphism.clj
1 missing space.

Most inconsequential pull request ever :)
9 years ago
Colin Jones 8e846cf07a Merge pull request #92 from Realtin/91-readme-links-to-releases
change download link to releases
9 years ago
realtin 0e74118eb8 change download link to releases 9 years ago
Colin Jones c4639a2c38 Merge pull request #90 from brymaven/group-by-formatting
Fix grammar and formatting in group by koan
9 years ago
Bryant 93e76cb56a Fix grammar and formatting in group by koan 9 years ago
Bryant 173dd560d7 Add koan for metadata 9 years ago
Colin Jones b1ea905c57 Update answer sheet for ClojureBridge-MN changes 9 years ago
Colin Jones 37cc4ce04a Merge remote-tracking branch 'clojurebridge-minneapolis/master' 9 years ago
Elena Machkasova c7df597d8f Merge pull request #5 from tmarble/tmarble/wednesday
Replaced Playground song with Oxford comma
9 years ago
Tom Marble 356844ba0a Replaced Playground song with Oxford comma 9 years ago
Tom Marble 2a619dbe73 cherry pick upstream delta from 6/14/2015 9 years ago
Tom Marble 690f171ccb removed PullRequests.md 9 years ago
Tom Marble f30feb25fe Merge branch 'friendlier-koans' 9 years ago
Tom Marble f678ac204d Merge pull request #3 from elenam/master
changed another foo to hello
9 years ago
Tom Marble 260ecd06d8 Merge pull request #4 from tmarble/tmarble/test-local-pr
Tmarble/test local pr
9 years ago
Tom Marble 3df3f8999a Minor typo 9 years ago
Tom Marble 13262d30b3 Added PullRequests.md 9 years ago
Elena Machkasova 6866ccd933 changed another foo to hello 9 years ago
Tom Marble 54d4b1a999 refer to clojure.set in 04 9 years ago
Tom Marble 6d5b226307 attempt to make koans more inclusive 9 years ago
Tom Marble c4958a9263 Merge pull request #1 from clojurebridge-minneapolis/brian/fix-koans-2
Made conditionals exercises more PC.
9 years ago
Tom Marble 8297fc8b69 Merge pull request #2 from elenam/patch-1
replaced "foo" examples with "hello"
9 years ago
Colin Jones 614562b053 Merge pull request #85 from hatemogi/master
fix an error on the answer sheet
9 years ago
Daehyun Kim b6c2a9c142 fix the answer sheet error on winter olympic-years 9 years ago