Stack based languages are languages which expose a stack for the writing of tacit programs.
Stack based programming languages always revolve around a 'stack' which almost all computations takes place on. The writing of programs in these languages consists of composing functions together to create new ones.Some stack based languages include:
- Forth
- Joy
- Factor
- Min
- Tal