String Manipulation in Clojure
Python string APIs are powerful and concise, that is an important reason I use it to do a lot of scripting these days, join, split, strip, to name a few.
Since I am learning Clojure recently, I am wondering, how is string manipulation like in Clojure and how to implement equivalent ones?
I think it's an excellent opportunity to get familiar with Clojure. Before diving into the implementation, how to declare a multi-line string?
[Read More]