Skip to content
Prev 85670 / 398502 Next

How to get the namespace of a function?

On 2/2/2006 5:56 PM, Berton Gunter wrote:
I don't think it's that so much as trying not to break old code.  It 
doesn't make sense to me that the search order within a namespace should 
pass through the global environment, but something would break if it 
didn't.  (I suspect it's probably the old S3 object system, which 
predates namespaces by a long time, but it's been a while since I've 
thought about this.)

Duncan Murdoch


 > Of course, one can simulate anything with a Turing machine,