The Old Guard #
Forth #
Forth is probably the most well known “stack-oriented” language. Skipping a lot of the details, this means that you list argument and then the operand. To add 1 + 2 you would write 1 2 +.
|
|
There are other stack oriented languages, but today most of them are esolangs - If you want to actually try stack based programming with a modern, not intentionally convoluted syntax check out Factor.
Cobol #
|
|
From mainframebug.com
https://github.com/azac/cobol-on-wheelchair
Fortran #
|
|
Pascal #
|
|
BASIC #
|
|
Objective C #
One of the less-ancient languages on this list, it’s dead because it was only really used for Apple dev (OS X, iOS), but has been replaced by Apple with Swift.