|
|
|
|
|
by sparky
5619 days ago
|
|
Python's standard library includes a lot of functionality that only really makes sense on top of an operating system, e.g., filesystem operations, inter-process communication. By the time you implement that kind of thing, plus drivers to communicate with the peripherals on your embedded platform, plus a TCP/IP stack, you have an operating system. Maybe you have a small RTOS instead of Linux per se, but that's a different question than 'bare metal' (and I dare say more embedded systems are running with at least an RTOS than without). |
|
I think there are already lua interpreters ported in this way but python is more common and perhaps easier to use.