Re: dynamically loadable modules

2004-10-07 Thread Jonathan Polley
On Thu, 07 Oct 2004 09:45:19 -0700, Steve Fink wrote: > I've been struggling with getting Darwin to build the dynclasses/ stuff, > and I seem to have it working now. (Oh, and it fixes the Linux build > too.) It's a fairly large change, and I would like to use standard > naming conventions througho

Re: Namespaces, part 1 (new bits)

2004-09-24 Thread Jonathan Polley
On Fri, 24 Sep 2004 21:04:52 -0400, Dan Sugalski wrote: > At 7:51 PM -0400 9/24/04, Jonathan Polley wrote: >>On Fri, 24 Sep 2004 14:04:52 -0400, Dan Sugalski wrote: >> >>> ... >>> (Though class names/namespaces seem to be separate) >>> ... >> >

Re: Namespaces, part 1 (new bits)

2004-09-24 Thread Jonathan Polley
On Fri, 24 Sep 2004 14:04:52 -0400, Dan Sugalski wrote: > ... > (Though class names/namespaces seem to be separate) > ... I think Guido might have made things a bit harder to separate out than you anticipate, unless I misread you. It appears that modules and classes are also imported into the sam