paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 2 months agoUse this information wiselylemmy.mlimagemessage-square84fedilinkarrow-up1611arrow-down19
arrow-up1602arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square84fedilink
minus-squareargh_another_username@lemmy.calinkfedilinkarrow-up11·2 months agoTake someone’s source code, replace all semi colons with Greek question marks and see if they can compile. But as others said, any IDE will help.
minus-squareHairyHarry@lemmy.worldlinkfedilinkarrow-up11·2 months agoNot all! Just one or two per file.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up4·2 months agoJust the last one, right before the EOF. Speaking of EOF, I wonder what a heredoc might do with this 😇
minus-squarescott@lemmy.orglinkfedilinkEnglisharrow-up2·2 months agoYou’re just going to get syntax errors though
minus-squarePetter1@discuss.tchncs.delinkfedilinkarrow-up6·2 months agoNot if you choose to replace the correct ones at the correct place and it is a compiler which automatically ignores this wrong semicolon. You could connect two lines, which may still “work” if not split using a semicolon and are then interpreted as one single line.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up4·2 months agoYou are right … but, you’re not thinking big enough. Think … sticky tape on the bottom of a mouse.
minus-squarescott@lemmy.orglinkfedilinkEnglisharrow-up1·2 months agoWhat the fuck is that supposed to do?
Take someone’s source code, replace all semi colons with Greek question marks and see if they can compile. But as others said, any IDE will help.
Not all! Just one or two per file.
Just the last one, right before the EOF.
Speaking of EOF, I wonder what a heredoc might do with this 😇
Hmm … bash.
You’re just going to get syntax errors though
Not if you choose to replace the correct ones at the correct place and it is a compiler which automatically ignores this wrong semicolon.
You could connect two lines, which may still “work” if not split using a semicolon and are then interpreted as one single line.
You are right … but, you’re not thinking big enough.
Think … sticky tape on the bottom of a mouse.
What the fuck is that supposed to do?