Nicholas Clark wrote: > So, based on what I remember about variables, would > > class Date := Really::Long::Package::Name::Ugh; > > express aliasing of classes?
By analogy to:
my $date := $really::long::variable::name::ugh;
yes.
If Larry allows aliasing of classnames at all, that is.
Though I expect he probably will, since treating classes as
"first class" entities in Perl 6 implies that capability
(amongst many others).
Damian.
