6 Commits (8ce6e37c49d55a656993d1758c2f0d0f8b6fff37)

Author SHA1 Message Date
J. Fernando Sánchez 8ce6e37c49 You have achieved clojure enlightenment. Namaste. 6 years ago
Sara Inés Calderón 247e5d0351 Spelling fix occurrence (#121)
Updated spelling of "occurrence"
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
William Jackson 3e3b2d3a94 Fix mispellings 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 7498707bc0 Change file/ns names for everything and add 02_strings 9 years ago