On Sat, Jun 29, 2013 at 3:37 AM, Girish Venkatachalam <
[email protected]> wrote:

>
> In perl also objects are nothing but hash tables.
>

I appreciate that you are taking some efforts to organize your code better.
However, I have to point out the technical inaccuracy here.

Although Perl 5 objects are commonly implemented as hashes, this is NOT
always the case.
Perl programmers can, and do, implement objects using arrays when
appropriate.
As a C programmer, you know that arrays are more memory efficient than hash
tables.

Cheers,

- Ashwin.

-- 
=================================================
Subvert the dominant paradigm. Repeat as desired.
http://ownlifeful.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to