Hi,

Am Freitag, 14. Dezember 2012 09:04:32 UTC+1 schrieb puzzler:
>
> Has the situation improved?  (Specifically, are you speaking from 
> experience with splitting files up in this way, or is this just a 
> theoretical idea?  If you have done this and had a good experience, what 
> tools were you using -- emacs, eclipse, something else?)
>

I use VimClojure and never had any problems. I used the proposed approach 
in a project without any problems. Oh, and I used this approach shortly 
after load and friends where introduced, so that should be roughly 4 years 
ago. For some reasons some people claimed this style to be "wrong". But it 
is a legit approach and for me It Works™.

The only rule is (as Ambrose said):

One master ns clause in the master file, which takes care of *all* 
dependencies. The master files "load"s all subfiles. A subfile only 
contains an in-ns clause at the top. (If you want to keep the dependencies 
local, use plain require, not ns.)

There shouldn't be any problem with loading the master file first, though. 
Even when editing only a subfile VimClojure should pick up everything 
correctly, since it implicitly requires the namespace the first time some 
info is needed about it. So the master file should be read automatically. *
Ambrose:* What kind of issues do see here?

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