NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Oh shee-it (Score:1, Flamebait)
I like A5, but it is dramatic. It will piss off alot of hum-buggers.
Mostly, it makes me wonder how long it will take to build perl6. Much of my apprehension is allieviated by the thought that perl6 will not show up in my lifetime
Re:Oh shee-it (Score:3, Interesting)
You really think so? I can't think of any significant way in which Larry's proposal isn't a vast improvement on what we have now: more readable, more consistent, better optimized for the common cases, more powerful. What do you think they'll object to? (That's not a rhetorical question: I'd really like to know.)
Mostly, it makes me wonder how long it will take to build perl6. Much of my apprehension is allieviated by the thought that pe
Re:Oh shee-it (Score:1)
Backwards compatibility with Perl 5 people can get used to, as they use less Perl 5. Incompatibility with
egrep,vi,mod_rewrite, et al could be harder to overcome. They aren't all completely compatible at the moment, but at least things like character classes are similar. I can see people not liking having to learn a completely different regexp syntax just for Perl.It also depends on how many other languages pick up Perl 6 regexes. It'd be bizarre to find Java an
Re:Oh shee-it (Score:2)
I know they'll still be there, but the syntax will be different -- and pretty much all other regex languages will still allow [aeiou], only Perl6 will require <[aeiou]> (or perhaps <vowel>?). So I won't be able to carry over my knowledge directly.
--
Esli epei eto cumprenan, shris soa Sfaha.
Aettot ibrec epesecoth, spakhea scrifeteis.
Re:Oh shee-it (Score:1)
I suppose if any language could do it, Perl could...
Reply to This
Parent