xkcd #3277: Forth

xkcd #3277: Forth

Title text:

I NOTATION POLISH REVERSE ❤️

Transcript:

Transcript will show once it’s been added to explainxkcd.com

Source: https://xkcd.com/3277/

explainxkcd for #3277

130 points · 10 comments · view on lemmy.world

10 Comments

iocase@lemmy.zip · 18 pts · 33d (2 replies)

I've reached the point where I constantly screw up with conventional calculators I'm so used to RPN.

idiomaddict@lemmy.world · 14 pts · 33d (1 reply)

I do an equivalent thing, where I English sentences with German word order say, although English my native language is.

palordrolap@fedia.io · 19 pts · 33d

Obligatory joke that if you take the last page out of a German book, no-one will have any idea what happened in the story.

AllNewTypeFace@leminal.space · 10 pts · 32d

Alternatively, (❤️ I LISP)

stsquad@lemmy.ml · 5 pts · 33d

My first professional job was writing FORTH for fruit machines. I'd played with it a bit before on the Jupiter Ace we had which sadly never really took off despite being more elegant than the ZX81.

bacon_pdp@lemmy.world · 4 pts · 33d
[ removed ]
DmMacniel@feddit.org · 3 pts · 32d

Who needs PEMDAS when you have RPN :)

hayvan@piefed.world · 3 pts · 33d (3 replies)

RPN breaks my brain, I need to refresh myself.

psycotica0@lemmy.ca · 2 pts · 32d (2 replies)
3
3 5
3 5 8
3 5 8 +
3 13
3 13 2
3 13 2 *
3 26
3 26 17
3 26 17 36
3 26 17 36 9
3 26 17 36 9 /
3 26 17 4
3 26 17 4 - 
3 26 13
3 26 13 +
3 39
3 39 +
42

Or

3 + (((5 + 8) * 2) + (17 - (36 / 9)))

psycotica0@lemmy.ca · 2 pts · 32d (1 reply)

To be fair, my example was illustrative. The equivalent would simply be:

3 5 8 + 2 * 17 36 9 / - + +

hayvan@piefed.world · 1 pts · 32d

Thanks.