I’m curious to know if certain languages are, by design, better suited for certain processor architectures. When I say architectures, I don’t mean ARM/PPC/MIPS but more stack, accumulator, or register based architectures.
For example, I can think of Forth, which is a stack architecture. Any others?
Yes, definitely… it goes the other way as well: many hardware architectures are designed to accommodate certain languages.
Probably many more good examples are available.