On Dec 14, 6:06 am, Dan Larkin <d...@danlarkin.org> wrote: > 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.
For escaping strings, I prefer ruby's solution, which is to have reader support for arbitrary delimiters, either matched pairs of brackets - %() %<> %{} %[] - or matched nonalphanumeric characters like %|| . Could be done in clojure by having a specific reader macro like #<string indicator><delimiter><string><delimiter> martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---