paequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 5 days agoUse this information wiselylemmy.mlimagemessage-square53linkfedilinkarrow-up1580arrow-down19
arrow-up1571arrow-down1imageUse this information wiselylemmy.mlpaequ2@lemmy.today to Programmer Humor@lemmy.mlEnglish · 5 days agomessage-square53linkfedilink
minus-squarescott@lemmy.orglinkfedilinkEnglisharrow-up4·5 days agoWhat exactly do you think you can do with this?
minus-squareargh_another_username@lemmy.calinkfedilinkarrow-up8·5 days 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-up2·5 days agoYou’re just going to get syntax errors though
minus-squarePetter1@discuss.tchncs.delinkfedilinkarrow-up5·5 days 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-squaretisktisk@piefed.sociallinkfedilinkEnglisharrow-up4·5 days agomess with whoever has the least modern ide? I’m sure there’s something else too hold on
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up9·5 days agoWould probably be more effective to mess with Linux config files that use semicolons. Especially if it’s run as a daemon because Systemctl doesn’t always return helpful error messages for configuration errors.
What exactly do you think you can do with this?
Chaotic evil linting rules
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
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.
mess with whoever has the least modern ide? I’m sure there’s something else too hold on
Would probably be more effective to mess with Linux config files that use semicolons. Especially if it’s run as a daemon because Systemctl doesn’t always return helpful error messages for configuration errors.