I would love to understand, can someone..?
this post was submitted on 10 Aug 2026
28 points (96.7% liked)
Programmer Humor
43110 readers
145 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 7 years ago
MODERATORS
Forth is a language that uses reverse polish notation instead of prefix (polish) or infix notation. This means that the operation comes after the operators. So "2 + 4" becomes "2 4 +", or in this case "I <3 Forth" becomes "I Forth <3". In a c-like language, it would be written as <3(I, Forth).
Look for alt text. I don't wanna spoil it here.
Thanks everyone, it was really one for the programmers haha. Everyone thanks?
I did post it in programmer humor, figured that would be a bit of a give away :)