cm0002@lemmy.zip to Programmer Humor@programming.dev · 17 hours agoMore code = more betterlemmy.zipimagemessage-square53fedilinkarrow-up1448arrow-down19
arrow-up1439arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 17 hours agomessage-square53fedilink
minus-squareOoops@feddit.orglinkfedilinkarrow-up6·13 hours agoWants to be Pro but doesn’t even do it recursive…
minus-squareOshaqHennessey@midwest.sociallinkfedilinkarrow-up5·edit-211 hours agofunction foo() { x = new Random(); case (x = 10): return (x); default: foo() }
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up3·edit-211 hours agoWhat unholy mix of languages is that? It is dominated by a blend of javascript and python, but with notes of something exotic. Maybe algol? or vhdl?, there is to little to tell. Impressive, someone write up a spec and publish it to the esolang wiki.
minus-squareOshaqHennessey@midwest.sociallinkfedilinkarrow-up3·11 hours agoIt’s an incoherent hodgepodge of C#/.NET, PowerShell, and JavaScript, each of which I’ve forgotten more about than I currently know
Wants to be Pro but doesn’t even do it recursive…
function foo() { x = new Random(); case (x = 10): return (x); default: foo() }What unholy mix of languages is that? It is dominated by a blend of javascript and python, but with notes of something exotic. Maybe algol? or vhdl?, there is to little to tell.
Impressive, someone write up a spec and publish it to the esolang wiki.
It’s an incoherent hodgepodge of C#/.NET, PowerShell, and JavaScript, each of which I’ve forgotten more about than I currently know