>>39 retarded little brother PHP
I think you mean "rapechild." Even Perl4 stands far apart from that shit. It might be a different story if PHP had a completely different standard library and sane defaults for at least most of its features.
>>42 I think you mean "rapechild."
I think you mena mena.
Name:
Anonymous2010-08-15 22:45
BUMP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Name:
Anonymous2010-08-16 0:11
>>39
Rakudo☆ on the current Parrot is hopelessly slow. The startup time reminds me of what it used to be like to run a Python program without the precompiled bytecode. The good news is that Parrot is being unfucked. I guess when you take a decade to get to this point, rewriting the VM and imcc isn't something you flinch at.
They've brought in a lot of things that just didn't fit in Perl 5. The type system in particular is finally sensible allowing you to constrain the DWIM semantics in a natural way, in fact a lot of changes seem to make it natural to subvert unintended DWIMmery. You can actually mean "do what I say." My biggest issue with Perl so far has been general abuse of numbers. I might start writing Perl again.
OP, I found a bug in your code. There is only a 49.9% chance that it will print "Hax my anus!", and a 50.1% chance that it will print "Hax my anus!". I'm assuming that you meant for it to be 50-50?
>>15
At least be interesting: subset Heads of Num where { $_ >= .5 }
subset Tails of Num where { $_ < .5 }
given(rand) {
when Heads { say "HMA" }
when Tails { say "MHA" }
}
ABBC has done a fine job coloring all of the Perl 6 code in this thread and that scares me. Would someone please produce a Perl 6 script that shiichan will shii all over, so I don't have nightmares?