> > I've wanted to do this type of thing before (with CL) and generally > try to avoid it, so I'll share my reason: the declaration does not > appear in source code.
I completely agree with you. That being said, clojure does have a very useful, underrated feature that makes this kind of problem less of an issue than in other languages: resolve. (meta (var (resolve 'foobar)) :file) Allen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
