From: Logan Capaldo Date: 2006-06-03T05:53:29+09:00 Subject: Re: Package and Namespace On Jun 2, 2006, at 4:08 PM, MenTaLguY wrote: >> I'm confused. In what language would these two companies putting >> their code outside of a namespace declaration _not_ be a problem >> then? As far as I can tell ruby provides as much namespace support as >> any other language, > > You could do it in a language with "selector namespaces", I think. > I believe it's been a feature discussed for Ruby 2.0, but I don't > know what its status is. > > -mental > > I thought selector namespaces were going to be for methods? Anyway, I still don't see the "problem" with modules as namespaces. Asking how to solve the problem of people putting objects in the same namespace with the same identifier seems akin to trying to "solve" the problem of how to stop x / 0 from being an error.