> > I needed a way to get the :dynamic flag when attaching a REPL to an > already-compiled front end >
To clarify: You need the :dynamic flag to know now to emit a direct call. I implemented IFn and IDeref on Var. When emitting :var, I had to check :dynamic to see if I could emit namespace.var or namespace.var.deref() As you've discovered, this works great, until the namespaces atom is empty.... -- 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
