this post was submitted on 31 Jul 2025
593 points (98.7% liked)

Programmer Humor

37552 readers
770 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] scott@lemmy.org 5 points 3 days ago (14 children)

What exactly do you think you can do with this?

[–] argh_another_username@lemmy.ca 11 points 3 days ago (7 children)

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.

[–] scott@lemmy.org 2 points 3 days ago (3 children)

You're just going to get syntax errors though

[–] Petter1@discuss.tchncs.de 6 points 3 days ago

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.

load more comments (2 replies)
load more comments (5 replies)
load more comments (11 replies)