Slide 28
Slide 28 text
concatenative programming language
If 3 +
evaluated lazily it makes sence.
1. Put 3 on the stack.
2. Pop 3 & another value from the stack, then plus
them, put the result ont the stack.
concatenative programming language like
Factor & Popr do this.