cm0002@lemmy.zip to Programmer Humor@programming.dev · 10 days agoMore code = more betterlemmy.zipimagemessage-square94linkfedilinkarrow-up1664arrow-down116
arrow-up1648arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 10 days agomessage-square94linkfedilink
minus-squareOoops@feddit.orglinkfedilinkarrow-up6·9 days agoWants to be Pro but doesn’t even do it recursive…
minus-squareOshaqHennessey@midwest.sociallinkfedilinkarrow-up5·9 days agofunction foo() { x = new Random(); case (x = 10): return (x); default: foo() }
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up3·9 days 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-up6·9 days 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