[Ilugc] Javascript tutorial

  • From: ganeshacomputes@xxxxxxxxx (Ashwin Dixit)
  • Date: Sat, 29 Jun 2013 06:50:37 -0700

On Sat, Jun 29, 2013 at 3:37 AM, Girish Venkatachalam <
girishvenkatachalam at gmail.com> 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/

Other related posts: