cm0002@lemmy.zip to Programmer Humor@programming.dev · 3 天前More code = more betterlemmy.zipimagemessage-square92linkfedilinkarrow-up1641arrow-down115
arrow-up1626arrow-down1imageMore code = more betterlemmy.zipcm0002@lemmy.zip to Programmer Humor@programming.dev · 3 天前message-square92linkfedilink
minus-squareOoops@feddit.orglinkfedilinkarrow-up6·3 天前Wants to be Pro but doesn’t even do it recursive…
minus-squareOshaqHennessey@midwest.sociallinkfedilinkarrow-up5·3 天前function foo() { x = new Random(); case (x = 10): return (x); default: foo() }
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up3·3 天前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.
minus-squareOshaqHennessey@midwest.sociallinkfedilinkarrow-up5·3 天前It’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