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:

founded 7 years ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] iguessimlemming@lemmy.ml 4 points 1 day ago (3 children)

I would love to understand, can someone..?

[–] ZoDoneRightNow@kbin.earth 10 points 1 day 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 1 day ago (1 children)

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

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

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

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

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