Yes, I'd like the feature because it's a pain in the neck to go  
through and escape strings when I know there's a better way.

Also sometimes it doesn't feel right to escape strings... for instance  
in function doc strings I'd like to give an example return value.  But  
if the value has to be escaped to play nice with the docstring it can  
get confusing confusing... for me at least.  I'd like to put *exactly*  
what will be returned.

Dan


On Dec 13, 2008, at 7:58 PM, James Reeves wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to