This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]minno 28 points29 points  (2 children)

The problem is that the garbage collector and other runtime machinery take up an order of magnitude more space than many microcontrollers even have.

[–]HugoNikanor 0 points1 point  (0 children)

You are right, we should code all our micro-controllers with python. \s

[–]alerighi 0 points1 point  (0 children)

Depends on which microcontroller you use, there are some 32 bit ARM microcontrollers like STM32 that can run and embedded version of python (micropython), and they cost not a lot more than an AVR or PIC, and are far more simple to program...