cm0002@lemmy.zip to Programmer Humor@programming.dev · 4 days agoMore code = more betterlemmy.zipimagemessage-square93linkfedilinkarrow-up1649arrow-down116
arrow-up1633arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 4 days agomessage-square93linkfedilink
minus-squareOshaqHennessey@midwest.sociallinkfedilinkarrow-up5·3 days agofunction foo() { x = new Random(); case (x = 10): return (x); default: foo() }
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up3·3 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-up5·3 days agoIt’s an incoherent hodgepodge of C#/.NET, PowerShell, and JavaScript, each of which I’ve forgotten more about than I currently know
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