That helps a lot. Thank you very much.

That is not very nice though. I quite would like a :reexport option to use.

Best,

Nicolas.


On Wed, Aug 18, 2010 at 11:17 AM, Meikel Brandmeyer <m...@kotka.de> wrote:
> There is no standard way of doing that. There is immigrate of an old
> Compojure version, which is a hack at best. If all functions should
> end up in one namespace anyway, you can have a master file, which
> basically loads the other files.
>
> my/name/space.clj:
>
> (ns my.name.space
>  (:load "a" "b" "c"))
>
> my/name/{a,b,c}.clj:
>
> (in-ns 'my.name.space)
>
> ....
>
> Hope that helps.
>
> Sincerely
> Meikel
>

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