clojure-koans/src/koans
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
..
01_equalities.clj replaced "foo" examples with "hello" 2015-06-14 11:11:39 -05:00
02_strings.clj Update java string methods to clojure functions 2016-01-25 16:50:34 -06:00
03_lists.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
04_vectors.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
05_sets.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
06_maps.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
07_functions.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
08_conditionals.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
09_higher_order_functions.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
10_runtime_polymorphism.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
11_lazy_sequences.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
12_sequence_comprehensions.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
13_creating_functions.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
14_recursion.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
15_destructuring.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
16_refs.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
17_atoms.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
18_macros.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
19_datatypes.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
20_java_interop.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
21_partition.clj Emphasize the leftovers included by partition-all 2016-01-25 16:45:53 -06:00
22_group_by.clj Change file/ns names for everything and add 02_strings 2015-09-13 00:28:39 -05:00
23_meta.clj Update 23_meta.clj 2015-10-17 08:48:49 -05:00