I built a modeling system that uses the multi-method namespace separation 
you are talking about. The solution that I use simply leverages the 
difference between require, use, and refer. In each namespace that 
implements the multi-method, put (refer 'parent) after the ns form. In the 
parent namespace wait until the end of the file and place (require 'child1 
'child2 ...).

  Good luck,
    ~Gary

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