Hi,

On 25 Jan., 01:33, Ken Wesson <[email protected]> wrote:

> It looks a little quirky in macroexpand output and seems slightly ugly
> but it works and probably isn't even inefficient at runtime, as the
> close symbol presumably has a name slot that takes up four bytes
> whether it's nil or a pointer to a string, and the "clojure.core"
> string value will be an interned string that has other references
> anyway.

user=> `(.subs (String. "Hello"))
(.subs (java.lang.String. "Hello"))

The . notation is left alone in syntax-quote.

Sincerely
Meikel

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

Reply via email to