Re: How to implement both object->method and module::function interface?

[email protected] ("David L. Nicol") Thu, 17 Aug 2000 21:12:31 -0500
Newsgroups perl.perl6.stdlib
Organization University of Missouri - Kansas City supercomputing infrastructure
Message-ID <[email protected]>
Graham Barr wrote:

> >  This would
> > appear largely transparent to the user, right up until they tried to do
> > isa() or ref() tests on the object.
> 
> But that is the catch. Now if the language was to give us a way to support
> both in the same package in an efficient way, so much the better.
> 
> Graham.


Or if the language allowed us stronger "typing" than associating an
associative array with a set of methods.