Forth

https://xkcd.com/3277/

37 points · 6 comments · view on lemmy.world

6 Comments

iguessimlemming@lemmy.ml · 8 pts · 30d (5 replies)

I would love to understand, can someone..?

ZoDoneRightNow@kbin.earth · 14 pts · 30d

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

theherk@lemmy.world · 12 pts · 30d
lnxtx@sopuli.xyz · 5 pts · 30d (2 replies)

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

iguessimlemming@lemmy.ml · 3 pts · 30d (1 reply)

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

yogthos@lemmy.ml · 3 pts · 29d

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