On Mar 24, 8:48 pm, ninix <nitzan....@gmail.com> wrote:
> Is there any way to get a "dynamic" member-symbol for use in the (.)
> special form?

Nope. Your options are 1) use the Java reflection API; or 2) use
Clojure's internal reflection methods.

I recommend (1), because that's a well-defined API.  It wouldn't be
too hard to wrap that up in a macro.

-Stuart Sierra
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to