in reply to Re: Representing all data as Lists (Perl7?)
in thread Representing all data as Lists (Perl7?)

the proper thinking is that “strings really are continuous memery space in c”.

So are arrays.

(Although in an architecture with an MMU, they might not be. So too need Perl arrays and strings not be contiguous as far as perl is concerned.)

Makeshifts last the longest.

  • Comment on Re^2: Representing all data as Lists (Perl7?)