Comment by hwpythonner

Comment by hwpythonner 3 days ago

0 replies

I used to think Python had no place in embedded — way too heavy, too dynamic, too unpredictable.

But I’ve been messing around with some ideas that challenge that assumption. If you throw out the traditional VM model and rethink things from the ground up (no VM, no JIT, not even C underneath), it’s surprisingly possible to get Python code close to the metal.