Commit graph

337 commits

Author SHA1 Message Date
frizzbolt
a212416ce2 Add solutions to section 08-conditionals and 09-higher-order-functions 2016-02-29 17:25:51 -06:00
Josh Abrams
a815ae70ff Merge pull request #8 from FrizzBolt/07-functions
Add solutions to section 07-functions
2016-02-28 17:34:35 -06:00
frizzbolt
100b4a65c5 Add solutions to section 07-functions 2016-02-28 17:33:46 -06:00
Josh Abrams
b48a0c2cb7 Merge pull request #7 from FrizzBolt/04-05-06
Add solutions to section 04-vectors, 05-sets and 06-maps
2016-02-27 16:14:04 -06:00
frizzbolt
afbf223a86 Add solutions to section 04-vectors, 05-sets and 06-maps 2016-02-27 14:53:16 -06:00
Josh Abrams
e58275edbd Merge pull request #6 from FrizzBolt/03-lists
Add solutions to section 03-lists
2016-02-27 13:35:03 -06:00
frizzbolt
4870e10205 Add solutions to section 03-lists 2016-02-27 13:34:11 -06:00
Josh Abrams
7ef1056fac Merge pull request #5 from FrizzBolt/readme
Fix readme.md typo
2016-02-26 21:32:11 -06:00
frizzbolt
4e846fd1ac Fix readme.md typo 2016-02-26 21:30:56 -06:00
Josh Abrams
c46a19640e Merge pull request #4 from FrizzBolt/readme
Create README.md
2016-02-26 21:27:14 -06:00
Josh Abrams
9e028e7f00 Create README.md 2016-02-26 21:27:02 -06:00
Josh Abrams
aed7aacdd0 Merge pull request #3 from FrizzBolt/02-strings
Add solutions to section 02 - strings
2016-02-26 21:17:35 -06:00
frizzbolt
666c8348f7 Add solutions to section 02 - strings 2016-02-26 21:16:55 -06:00
Josh Abrams
780764b783 Merge pull request #2 from FrizzBolt/reformat
Reformat all koan files for REPL compatibility.
2016-02-26 20:34:03 -06:00
frizzbolt
dc460acdda Reformat all koan files for REPL compatibility. 2016-02-26 20:33:05 -06:00
Josh Abrams
e1cc8a72b4 Merge pull request #1 from FrizzBolt/equalities
Remove extraneous projects files from repo. Add solutions for 01 - Equalities.
2016-02-26 20:18:37 -06:00
frizzbolt
b2e0b6e179 Add solutions to section 01 - equalities 2016-02-26 20:16:30 -06:00
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.
2016-01-25 16:50:34 -06:00
Damian Niemczyk
52fe0cd615 Update clojure version 2016-01-25 16:48:48 -06:00
Colin Jones
ec9d5cd66f Emphasize the leftovers included by partition-all 2016-01-25 16:45:53 -06:00
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.
2016-01-14 20:36:43 -05:00
Colin Jones
50f942cf7d Add a few more ideas 2016-01-13 20:27:08 -06:00
Colin Jones
44f37b5c16 Merge pull request #100 from SuperStevenZ/master
Update 23_meta.clj
2015-10-18 10:12:31 -05:00
SuperStevenZ
51176084a4 Update 23_meta.clj
Fixed a spelling mistake:
23_meta.clj 12:18
*succintly* -> succinctly
2015-10-17 08:48:49 -05:00
Colin Jones
b64b17fc51 Merge pull request #97 from Strikingwolf/string-koan
String koan
2015-10-02 19:08:41 -05:00
William Jackson
3e3b2d3a94 Fix mispellings 2015-10-02 18:23:29 -05:00
William Jackson
4c3ab6f57a Remove duplicates 2015-10-02 18:21:18 -05:00
Striking
6def6d2392 Update ideaboard 2015-09-13 01:21:15 -05:00
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?
2015-09-13 01:17:47 -05:00
Striking
e2a9f9556b Add more to .gitignore 2015-09-13 00:42:18 -05:00
Striking
7498707bc0 Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
Striking
13d95a4f50 Update clojure version 2015-09-13 00:27:53 -05:00
Colin Jones
11de6bfb07 Update ideaboard based on new metadata koan 2015-07-20 08:39:58 -05:00
Colin Jones
cba0d3733f Merge remote-tracking branch 'brymaven/meta-koan' 2015-07-20 08:26:42 -05:00
Colin Jones
071e5a215d Merge pull request #94 from ode79/patch-2
Remove extra space in 10_lazy_sequences.clj
2015-07-20 08:25:06 -05:00
Colin Jones
391d847146 Merge pull request #93 from ode79/patch-1
Alignment on line in 09_runtime_polymorphism.clj
2015-07-20 08:24:51 -05:00
ode79
fed56b1cdd Extra whitespace in 10_lazy_sequences.clj 2015-07-19 23:55:37 +01:00
ode79
f25c3ef62f Alignment on line in 09_runtime_polymorphism.clj
1 missing space.

Most inconsequential pull request ever :)
2015-07-19 23:41:27 +01:00
Colin Jones
8e846cf07a Merge pull request #92 from Realtin/91-readme-links-to-releases
change download link to releases
2015-07-14 08:38:44 -05:00
realtin
0e74118eb8 change download link to releases 2015-07-14 13:43:50 +02:00
Colin Jones
c4639a2c38 Merge pull request #90 from brymaven/group-by-formatting
Fix grammar and formatting in group by koan
2015-07-12 20:42:37 -05:00
Bryant
93e76cb56a Fix grammar and formatting in group by koan 2015-07-12 17:43:16 -07:00
Bryant
173dd560d7 Add koan for metadata 2015-07-12 17:17:48 -07:00
Colin Jones
b1ea905c57 Update answer sheet for ClojureBridge-MN changes 2015-07-06 07:28:21 -05:00
Colin Jones
37cc4ce04a Merge remote-tracking branch 'clojurebridge-minneapolis/master' 2015-07-06 07:13:05 -05:00
Elena Machkasova
c7df597d8f Merge pull request #5 from tmarble/tmarble/wednesday
Replaced Playground song with Oxford comma
2015-06-24 14:32:12 -05:00
Tom Marble
356844ba0a Replaced Playground song with Oxford comma 2015-06-24 14:11:00 -05:00
Tom Marble
2a619dbe73 cherry pick upstream delta from 6/14/2015 2015-06-24 08:15:45 -05:00
Tom Marble
690f171ccb removed PullRequests.md 2015-06-24 08:01:42 -05:00
Tom Marble
f30feb25fe Merge branch 'friendlier-koans' 2015-06-24 07:58:49 -05:00