On 16 August 2010 09:34, faenvie <fanny.aen...@gmx.de> 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 <esiot...@gmail.com>

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