▲ 38 ▼ Forth (thelemmy.club) submitted 4 weeks ago by yogthos@lemmy.ml to c/programmerhumor@lemmy.ml 6 comments fedilink hide all child comments https://xkcd.com/3277/
[–] iguessimlemming@lemmy.ml 8 points 4 weeks ago (3 children) I would love to understand, can someone..? permalink fedilink source hideshow 6 child comments replies: [–] ZoDoneRightNow@kbin.earth 14 points 4 weeks 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). permalink fedilink source parent [–] theherk@lemmy.world 12 points 4 weeks ago https://www.explainxkcd.com/wiki/index.php/3277:_Forth permalink fedilink source parent [–] lnxtx@sopuli.xyz 5 points 4 weeks ago (1 child) Look for alt text. I don't wanna spoil it here. permalink fedilink source parent hideshow 2 child comments replies: [–] iguessimlemming@lemmy.ml 3 points 4 weeks ago (1 child) Thanks everyone, it was really one for the programmers haha. Everyone thanks? permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml [S] 4 points 4 weeks ago* I did post it in programmer humor, figured that would be a bit of a give away :) permalink fedilink source parent
[–] ZoDoneRightNow@kbin.earth 14 points 4 weeks 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). permalink fedilink source parent
[–] theherk@lemmy.world 12 points 4 weeks ago https://www.explainxkcd.com/wiki/index.php/3277:_Forth permalink fedilink source parent
[–] lnxtx@sopuli.xyz 5 points 4 weeks ago (1 child) Look for alt text. I don't wanna spoil it here. permalink fedilink source parent hideshow 2 child comments replies: [–] iguessimlemming@lemmy.ml 3 points 4 weeks ago (1 child) Thanks everyone, it was really one for the programmers haha. Everyone thanks? permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml [S] 4 points 4 weeks ago* I did post it in programmer humor, figured that would be a bit of a give away :) permalink fedilink source parent
[–] iguessimlemming@lemmy.ml 3 points 4 weeks ago (1 child) Thanks everyone, it was really one for the programmers haha. Everyone thanks? permalink fedilink source parent hideshow 2 child comments replies: [–] yogthos@lemmy.ml [S] 4 points 4 weeks ago* I did post it in programmer humor, figured that would be a bit of a give away :) permalink fedilink source parent
[–] yogthos@lemmy.ml [S] 4 points 4 weeks ago* I did post it in programmer humor, figured that would be a bit of a give away :) permalink fedilink source parent
all 6 comments