On 16 August 2010 09:34, faenvie <[email protected]> wrote: > hi clojure-users, > > i wonder what the reason is, that clojure(-reader) > does not allow > > 1. multiline-strings like scala: > > """this is a > | multiline string"""
user=> (def s "This is a multiline string") #'user/s user=> s "This is a\nmultiline string" user=> > 2. multiline comments like java > > /* this is a > multiline comment */ I don't know. > someone who can explain or point > to relevant info ? -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
