You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: