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