this post was submitted on 07 Jan 2024
901 points (94.3% liked)
Programmer Humor
19450 readers
751 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Elon what the fuck are you talking about
Apparently he thought the conversation was about whether or not a compiler can understand a type at compile time. The answer is yes. Yes they can. But I'd love to see Elon struggle through the description of why he thinks it's "easy" and why what he said is relevant.
In many / most(?) compiled languages that's because the type is specified at compile time. With interpreted languages that's often not the case, and in that case determining the type can be extremely hard.