this post was submitted on 11 Dec 2023
1160 points (98.9% liked)

Programmer Humor

31779 readers
318 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
[โ€“] tetris11@lemmy.ml 9 points 8 months ago (1 children)

I think every language needs a please operator, which acts to enforce human expectation of a statement:

'1'  + '1'            ## evaluates to '11'
please '1' + '1' ## evaluates to '2'
[โ€“] PlexSheep@feddit.de 4 points 8 months ago

I kinda like that