Forth(xkcd.com) |
code stack
I Forth love
Forth love I
love I
Forth
; love presumably pops
; subject, object args
; from stack - and does something
; perhaps prints as side effect3 4 +
for example, would return 7.
That is, you provide the data first (I and Forth) and the command (heart) last.