pop2
- A few feral cats in an ALGOL trenchcoat.
- The syntax of POP-2 is ALGOL-like, assignments are in the infix notation, but the evaluation scheme is deeply concatenative.
- foo := 123; ( In Pascal ) 123 -> foo; ( In POP-2 ) The language has the explicit notion of an operand stack.
Unverified
- A few feral cats in an ALGOL trenchcoat.
- The syntax of POP-2 is ALGOL-like, assignments are in the infix notation, but the evaluation scheme is deeply concatenative.
- foo := 123; ( In Pascal ) 123 -> foo; ( In POP-2 ) The language has the explicit notion of an operand stack.
Sources: Xxiivv