develooper Front page | perl.perl6.meta | Postings from May 2001

Re: Perl, the new generation

Thread Previous | Thread Next
From:
Stephen P. Potter
Date:
May 18, 2001 09:52
Subject:
Re: Perl, the new generation
Message ID:
20010518165600.92BCF729E1@belgarath.spotter.yi.org
Lightning flashed, thunder crashed and Jarkko Hietaniemi <jhi@iki.fi> whispered
:
| Ummm, I must have missed the "have to know Unicode, have to to know OO,
| have to know references" part in the Apoc2.  Could you show it to me?

Atoms- Unicode.  If everything is Unicode, you're going to have to grok
Unicode (at least tangentally) to be able to use perl.

RFC 161- Everything becomes an object.  Filehandles are more object
oriented in Perl6, and the special variables ....  So, *probably* if you
are going to use filehandles, you'll have to grok OO.  $#foo is gone.  If
you want the final subscript of an array, and [-1] isn't good enough,  use
@foo.end instead.  There's *lots* of mention of OO in relatively common,
normal things.

RFC 009- That is, all variables may be thought of as references, not just
scalars. The whole concept of $calar, @rray, and %ash are changing to
become references.  If you don't understand references, you won't be able
to use variables.

That pretty much seems to say to mee you must know OO and references.
Unicode may be something more easily hidden under the rug.

-spp

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About