|
|
|
|
|
by askvictor
1226 days ago
|
|
The other comparison would be memory and disk/ROM usage. Also, micropython, in its hundreds of thousands of lines of code, supports quite a number of microcontrollers and boards; I suspect the core language is smaller, or counting lines used for a single build target would drop it considerably. |
|
Note that to run correctly micropython also needs its python stdlib which is about 15k lines of Python.