this post was submitted on 14 May 2024
311 points (91.2% liked)
Programmer Humor
32342 readers
1423 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
Well, C has implicit casts, and it's not that weird (although results in some interesting bugs in certain circumstances). Python is also funny from time to time, albeit due to different reasons (e.g.
-5**2
is apparently -25 because of the order of operations)I don't see how your example is 'funny'. That's what you expect to get. -5^2^ is -25. (-5)^2^ = 25.
And how's that different from js's
"1" + 2
? One can always convert a number to string, and only sometimes -- a string to a number, so it's pretty logical to go with the former.Which is correct
Well, the link doesn't load for me, so if that's smth related to python and not a justification of the behavior from math's pov, I know that's expected. Hence,
But just as well is "1" + 2.
Yeah, they're doing an upgrade right now. Yes, it's the Maths explanation - -25 is the correct answer.