Re: Circular Dependancy Question

2009-02-14 Thread Stephen C. Gilardi
On Feb 14, 2009, at 3:09 PM, Dan Larkin wrote: But thinking about it more, would it be possible to emulate the way python handles circular dependencies? When a file is imported in python the interpreter "evaluates" top-level forms to create a list of exports. Of course the clojure reader

Re: Circular Dependancy Question

2009-02-14 Thread Dan Larkin
On Feb 14, 2009, at 2:14 PM, Stephen C. Gilardi wrote: > > On Feb 14, 2009, at 1:40 PM, Dan Larkin wrote: > >> But as an aside, does this seem to anyone else like a wart on an >> otherwise great language? Thinking about file layout should not be >> one of my priorities... the language should

Re: Circular Dependancy Question

2009-02-14 Thread Stephen C. Gilardi
On Feb 14, 2009, at 1:40 PM, Dan Larkin wrote: But as an aside, does this seem to anyone else like a wart on an otherwise great language? Thinking about file layout should not be one of my priorities... the language should not encourage me to put everything together in one file just to get