ElCanut@jlai.lu to Programmer Humor@programming.dev · 2 days agoDifferent philosophiesjlai.luimagemessage-square45fedilinkarrow-up1787arrow-down113
arrow-up1774arrow-down1imageDifferent philosophiesjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 2 days agomessage-square45fedilink
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up3·edit-215 hours agoIt’s like learning Perl back in the day, then needing to learn use strict;
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up4·13 hours agoI used to love it, it could look a lot like c, or you could do crap like $_=<<'';y;\r\n;;d;$_=pack'b*',$_;$_=eval;$@&&die$@;$_ Admittedly, they’re trying to obfuscate it, but even unpacking it a bit, it looks alien.
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up2·13 hours agoYes! That was the other thing I wanted to include, but I couldn’t remember the name or search for it, so I wrote it off as a fever dream!
It’s like learning Perl back in the day, then needing to learn use strict;
Perl is a write-only language.
I used to love it, it could look a lot like c, or you could do crap like
$_=<<'';y;\r\n;;d;$_=pack'b*',$_;$_=eval;$@&&die$@;$_
Admittedly, they’re trying to obfuscate it, but even unpacking it a bit, it looks alien.
Or you can get a different kind of weird.
Yes! That was the other thing I wanted to include, but I couldn’t remember the name or search for it, so I wrote it off as a fever dream!