all 6 comments

sorted by: hot top controversial new old
[–] 8 points 4 weeks ago (3 children)

I would love to understand, can someone..?

  • source
  • hideshow 6 child comments
  • [–] 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).

  • source
  • parent
  • [–] 5 points 4 weeks ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments