[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

Re: protected.pm (more Class::Fields)



Tom Christiansen <tchrist@jhereg.perl.com> writes:
>
>If there's going to be an annointed standard OO model introduced into
>Perl, one blessed by the p5peers and ordained by Larry, then I hope
>that there's some serious, constructive discussion on the matter.

So do I. The existing just-enough OO hooks in perl suit me fine.
If someone wants a restrictive scheme we need to make sure it does
not overburden those of us that don't need it.


>I really hope it would be something better than a synthesis of C++
>or Java.  

Quite. C++'s structure is driven by the need to compile it into 
native code in seperate modules. We don't need to mimic that.
Java _seems_ to be a cut-down C++ with even more restrictions to assist
in memory management and to keep the bytecode tidy.

>Learning and comparatively analysing Eiffel, Smalltalk, and
>Python would probably be a good background before commencing any design.
>
>But.... is this teaching pigs to sing?  
>
-- 
Nick Ing-Simmons


[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]