this post was submitted on 05 Jul 2024
858 points (97.9% liked)

Programmer Humor

31791 readers
173 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 month ago (1 children)

So the matlab thing where all lines not terminated by semi colon are printed except use Greek question marks instead of semi colons.

[–] [email protected] 2 points 1 month ago (1 children)

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.

[–] [email protected] 2 points 1 month ago (1 children)

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.

[–] [email protected] 2 points 1 month ago (1 children)

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.

[–] [email protected] 2 points 1 month ago

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.