brave-clojure-web
brave-clojure-web copied to clipboard
String escape quotes in "Do Things" chapter of the book.
Hello. I've been following the book and something caught my eye. In the "Strings" part of the "Do Things (http://www.braveclojure.com/do-things/)" chapter of the book there's an example of string concat with str function. When entered into REPL (Clojure 1.8) used in Emacs, REPL doesn't return what the book suggests (; => "Uggllglglglglglglglll" - Chewbacca), but ; => "\"Uggllglglglglglglglll\" - Chewbacca", like it's not escaping the quotemarks. Is this a problem on my side?