"Matt Fowles" <[EMAIL PROTECTED]> writes:
> In the hopes of inspiring someone to take my place, I would like to
> encourage any interested party to just start summarizing and thus
> become the official perl 6 summarizer.
Strongly seconded!
> NB - I do not assume to speak for Piers in this, so int
HaloO,
Larry Wall wrote:
On Fri, Apr 28, 2006 at 04:41:41AM +, Luke Palmer wrote:
: It seems like a hash whose values are the unit type. Does Perl have a
: unit type? I suppose if it doesn't, we could define one:
:
:subtype Unit of Int where 1;
:
: (Assuming that "where" groks whatev
HaloO,
Darren Duncan wrote:
Long story shortened, if we consider the point in time where an
"immutable" object's constructor returns as being when the object is
born, then we have no problem. Any type of object is thereby immutable
if it can not be changed after its constructor returns.
My