On Aug 13, 2009, at 8:29 PM, Scott wrote:

> A single "super quoted" string reader would avoid this problem.
> Instead of defining a new read syntax like:
>
>  #my-syntax(your DSL goes between here and here)
>
> Clojure could provide a general purpose string creating read syntax.
> Something like #"...

A good thought, but #"foo" is reader syntax for defining a regular  
expression with the pattern "foo". :-/

Double-quoted strings are decent for stuff like this. (Triple-quotes  
in python always appealed to me, though triple-quoting things can get  
tiring.)

- Chas

--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
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