I can see the potential problems with this pattern, but it also seems like a 
nice way to metaprogram things like controllers or models in a web app. (In 
non-web Clojure dev, I haven't ever run into this issue.) Will have to think 
about this some more...

On Friday, October 12, 2012 at 11:33 AM, Stuart Sierra wrote:

> Sounds like a load-order issue. Make sure the code *creating* the 
> namespaces/vars is loaded before the code *using* them.
> 
> But better yet, just don't do it. :)
> 
> -S
> 
> -- 
> 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 
> (mailto: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 
> (mailto:clojure+unsubscr...@googlegroups.com)
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en 


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