On Dec 25, 1:17 pm, Meikel Brandmeyer <m...@kotka.de> wrote: > Hi, > > Wiring to classes happens in the bytecode and hence have to be known at > compile time. You either have to use eval or refrain from doing things at > runtime. Is the class transferred into your program at runtime without > knowing it up-front? If not, macros should sufficient. > > Sincerely > Meikel
I'm not sure I understand your question. The class is known, but it's transfered as an instance of java.lang.Class. I also don't quite understand your argument. Clojure creates classes dynamically (e.g. deftype), so why not create a proxy dynamically? Razvan -- 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