Hello everyone
Started digging into how Python runs code todayโฆ
It doesnโt run directly ๐
First โ bytecode
Then โ Python Virtual Machine
Now Iโm wondering:
If most languages use bytecode + a VMโฆ
why not ONE common bytecode?
Whatโs stopping that? ๐ค
Day 1.