in reply to its simpler

Why do you need more than the base implementations for clever, nicely built systems?

How many millions of bugs are in thousands of programs written in C because C has null-terminated strings? By storing the length of the string with the string itself, Perl renders an entire category of bugs and security problems and O(n) (or worse) algorithms irrelevant.