ElCanut@jlai.lu to Programmer Humor@programming.dev · 2 days agoDifferent philosophiesjlai.luexternal-linkmessage-square45fedilinkarrow-up1798arrow-down114
arrow-up1784arrow-down1external-linkDifferent philosophiesjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 2 days agomessage-square45fedilink
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up3·edit-213 hours agoIt’s like learning Perl back in the day, then needing to learn use strict;
minus-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up3·12 hours agoPerl is a write-only language.
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up4·11 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-squaremindbleach@sh.itjust.workslinkfedilinkarrow-up5·11 hours agoOr you can get a different kind of weird.
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up2·11 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!