On Dec 13, 9:34 pm, Dan Larkin <d...@danlarkin.org> wrote: > I'm here to ask for python style triple-double-quotes syntax in clojure.
I'm not completely sure they're needed, to be honest. In Python, triple quotes have 2 benefits: multi-line quotes and you don't have to escape quotation marks. In Clojure, normal quotes can already be multi- line, so the only benefit of this syntax in Clojure would be to save on backslashes. That might be a worthy goal, I guess, but I've never found myself using quotes in string literals that often. Maybe I'm an exception, though. - James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---