|
Posted by Abigail on May 4, 2008, 1:12 pm
Please log in for more thread options
_
szr (szrRE@szromanMO.comVE) wrote on VCCCLVIII September MCMXCIII in
::
:: So given this, why would one, who have plenty of Perl code, feel
:: compelled to choose Perl 6 over Perl 5 and spend what could huge amounts
:: of time rewriting a lot of code?
The same kind of people that over the years left Perl5 behind and started
coding in Ruby, Dylan, Java or Python.
There will always be people not, or no longer, satisfied by the language
they are using. Many of those people switch language.
Abigail
--
package Z;use overload'""'=>sub;
sub TIESCALARsub FETCH
$,=$";my$x=tie+my$y=>Z;print$y,$x,$y,$x,"\n";#Abigail
|