Of course, Clojure's treatment of simple multiline literal strings already
handles them intuitively

user=> "a multiline
string"
"a multiline\nstring"
user=>

Java and many other popular languages don't do this.

But I understand that you'd like to have the literal newline ignored.

Joshua

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to