> mainstream OO languages go). It looks like Dog could be a type of String
> subclass.
That was my first thought as well. Besides, I'd rather type:
my Dog $spot("Spot");
Which says everything that needs to be said without any repetition, and it's
fairly intuitive.
> As with the above, the problem you are trying to solve is long type-names
> (which is a bazzar thing to find in perl anyway). I just think that there
> are better ways of skinning that cat.
I think the main idea here is this: being allowed to say what you mean
without repeating yourself.
Matt
- RFC 171 (v1) my Dog $spot should call a constructor im... Perl6 RFC Librarian
- Re: RFC 171 (v1) my Dog $spot should call a const... Nathan Wiger
- Re: RFC 171 (v1) my Dog $spot should call a const... Michael Maraist
- Re: RFC 171 (v1) my Dog $spot should call a c... Matt Youell
- Re: RFC 171 (v1) my Dog $spot should call... Nathan Wiger
- Re: RFC 171 (v1) my Dog $spot should ... Michael Fowler
- Re: RFC 171 (v1) my Dog $spot sh... Nathan Wiger
- Re: RFC 171 (v1) my Dog $spot should call a c... Michael Fowler
- Re: RFC 171 (v1) my Dog $spot should call a c... Jonathan Scott Duff
- Re: RFC 171 (v1) my Dog $spot should call... Hildo Biersma
- Re: RFC 171 (v1) my Dog $spot should ... Piers Cawley
- Re: RFC 171 (v1) my Dog $spot should call a const... Hildo Biersma
- Re: RFC 171 (v1) my Dog $spot should call a c... Matt Youell
- Re: RFC 171 (v1) my Dog $spot should call... Michael Fowler
