Build your own bytecode VM, and see how languages really run
When you run a Python file, Python does not execute your text. It first compiles it to bytecode, a compact list of simple instructions, and then runs that bytecode on a virtual machine. Java does the
iwtlp.hashnode.dev5 min read