From: Charles Oliver Nutter Date: 2007-12-28T10:15:01+09:00 Subject: Re: Matz says namespaces are too hard to implement - why? Paul Brannan wrote: > If namespaces were lexical elements, I think the performance penalty > could be minimized, as it would be known at compile time which method > lookup tables to use for a given call. Yep, this would work, but it only namespaces for a single frame. Is that what we want? - Charlie