paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 2 months agoUse this information wiselylemmy.mlimagemessage-square77linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square77linkfedilink
minus-squareargh_another_username@lemmy.calinkfedilinkarrow-up0·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-squarescott@lemmy.orglinkfedilinkEnglisharrow-up0·2 months agoYou’re just going to get syntax errors though
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up0·2 months agoYou are right … but, you’re not thinking big enough. Think … sticky tape on the bottom of a mouse.
minus-squarePetter1@discuss.tchncs.delinkfedilinkarrow-up0·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-squareHairyHarry@lemmy.worldlinkfedilinkarrow-up0·2 months agoNot all! Just one or two per file.
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up0·2 months agoJust the last one, right before the EOF. Speaking of EOF, I wonder what a heredoc might do with this 😇
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.
You’re just going to get syntax errors though
You are right … but, you’re not thinking big enough.
Think … sticky tape on the bottom of a mouse.
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.
Hmm … bash.
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 😇