Hate Perl6 with all your heart in only 25 days!

god uses templeOS i communicate with god daily with it. god's a real foxy sheila tbh.

Just go read their IRC logs, the guy's packing some serious borderline personality disorder and flips shit at random people and storms off at least monthly. The "pet monkey" slur against an indian guy a few months ago was stellar.
Ironically that's what sets them apart from most other language communities - most of them are so genuinely nice and forgiving they get taken advantage of by shitheels like him. Rust would've tossed him out on his ass at the first offense, hell he's probably permabanned from a lot of perl 5. Fucking ad industry cunt.

uh what. Did you forget a negative or are you just stupid? I spent a lot more time keeping track of types in Forth than in OCaml. You know why? Because Forth doesn't help me *at all* but OCaml will immediately complain when the types in my code stop making sense.
Or are you one of those people that thinks if your compiler doesn't check types, that your code doesn't have them?
blah blah blah. This isn't a review; it's a TED talk about the personal journey of a perl6 guy through a perl6 book.
boring but not hateful. BRING BACK ZOF
ok fair enough but I'm not at a loss for a way to test things in other languages.
I saw that unicode too. Can you guys literally not help yourselves? Do you have a fetish or something?
wew
wtf I don't hate perl6 at all today.
if I had to throw up a quick webserver I could even see myself using this thing
...assuming that centos has perl6 rpms.
starting to get cool. sounds like an adventofcode problem here.
... you ... you stupid motherfuckers.

That one's not entirely their fault, they're just overly excited about making full use of the data files the unicode consortium puts out.
Now if you want something numeric to bitch about, how about there being no shorthand for literal-hex floats like there is in perl 5:
~ $ perl -E 'say 0x1234p-8'18.203125 ~ $ perl6 -e 'say 0x1234 / (1 +< 8)'18.203125
That was added to p5 because it solved a real problem somewhere. Unicode 10? Emoji parsing? Who fucking cares that the language's output looks pretty on an iPhone screen, when it has to be copied and pasted into twitter to get there at all because it lacks the binary data types to speak half the OSI stack?

why not rewrite it in python rust?