Hacker News new | ask | show | jobs
by tredre3 1225 days ago
You are correct, the micropython vm/interpreter + the unix target (one of the simplest) combined are ~50k lines of C.

Note that to run correctly micropython also needs its python stdlib which is about 15k lines of Python.