>Thus it was written in the epistle of Perl6 RFC Librarian,
>> 
>> =head2 Disadvantages
>> 
>> Literally none have been broached on the various C<perl6> mailing lists.

>Well, I'll take my shot at providing one:  An at least %800 increase in the
>characters used to make up these names.  For quick hacks, this is a pain and
>from my experience with English.pm, I had to spend just as much time looking 
>up which word I have to use as I ever did looking up which punctuation.

Last time I suggested something like $SYS::Some_Var_Here, Larry complained
that the very "SYS::" was too darned long to type.  So we got
${^Some_Var_Here}.  Perhaps that could be $^Some_Var_Here.  Or
$::Some_Var_Here.

If we were selecting dubious features to shoot (and I think we are),
then the fact that $^F and $ are the same is one I'd kill--by zapping
the latter, too.

--tom

Reply via email to