I would like to have a macro to do the following, is this possible?

(getm javascript-map "key")

expands to:

(.key javascript-map)

This is to manage situations where a javascript map/object is accessed by 
string key.
In advanced optimisations mode this will fail.
The key must be accessed as a property access for the compiler to manage 
correctly.

Thanks in advance

Dave


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