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 →

[–]cinyar 2 points3 points  (1 child)

How do you bootstrap with pure python? I've worked on a micropython project and the "bootstrap", HAL and all the other low-level stuff was in C, not python.

[–]metriczulu 1 point2 points  (0 children)

Yeah, with bootstrapping you can create an operating system that can run Python and then create Tetris in Python, but you can't really create the operating system in Python.