On Thu, 2002-04-18 at 13:22, drieux wrote:
<snip>
> So my summary seems to be:
> 
>       Neat idea - may get cleaned up in perl6
>       back in line behind my Seth and not to go there....
</snip>

That is pretty much the long and short of it.  I wouldn't recommend
using prototypes unless you meet these three criteria:

1.  You don't do OO
2.  All of your subs are included from modules
3.  You want to do nifty stuff like "my_push @a1 @a2" instead of
"my_push \@a1 @a2". 


In general I think prototypes are were an interesting experiment that
taught Larry et al some valuable lessons.  I have lots of hope that Perl
6 will fix the problems (and not introduce new ones).
 
-- 
Today is Pungenday the 35th day of Discord in the YOLD 3168
Frink!

Missile Address: 33:48:3.521N  84:23:34.786W


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to