|
|
|
|
|
by kragen
411 days ago
|
|
Python the language isn't stack-based, though CPython's bytecode is. You could implement it just as well on top of a register-based instruction set. You may have a point about the other features that make it hard to compile, though. |
|