this post was submitted on 05 Jul 2024
862 points (97.9% liked)
Programmer Humor
32355 readers
1217 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So the matlab thing where all lines not terminated by semi colon are printed except use Greek question marks instead of semi colons.
I like this but to make the code more readable the Greek question mark should also be placed upsidedown at the start of every line that needs to not be printed.
Should it raise an error of treat it as a comment for lines with neither? Im leaning towards treat it as a comment will make debugging harder.
I agree. If there is no Greek question mark at all it should be code that is printed to console. If there is an upside down at the start and upside right at the end it is just normal code. If upside right at the end only, it is a comment. Only upside down at the start it will be treated as debug specific code and will not be run in production compilations.
Beautiful its perfect. We should also nudge the develop in the right direction with equality checking im thinking we say √10 = √g = π = 3 = e but we will use === for this and if u want o check exact values u need to use ==== and == will be to assign variables so = can be used as an operator for dedining an equation that happens to be an object.