this post was submitted on 10 Aug 2026
27 points (93.5% liked)

Programmer Humor

43141 readers
54 users here now

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

Rules:

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] iguessimlemming@lemmy.ml 4 points 4 days ago (3 children)

I would love to understand, can someone..?

[–] ZoDoneRightNow@kbin.earth 10 points 4 days ago

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).

[–] lnxtx@sopuli.xyz 3 points 4 days ago (1 children)

Look for alt text. I don't wanna spoil it here.

[–] iguessimlemming@lemmy.ml 1 points 4 days ago (1 children)

Thanks everyone, it was really one for the programmers haha. Everyone thanks?

[–] yogthos@lemmy.ml 2 points 3 days ago* (last edited 3 days ago)

I did post it in programmer humor, figured that would be a bit of a give away :)