DEV Community

Discussion on: Is it possible to make an OS using VERY DUMB languages like TS/JS, Python, etc...?

Collapse
 
erikwhiting88 profile image
Erik

in the Python example, a lot of its "systems" capabilities are provided via C in some way or another. in other words, any hardware manipulation you'd think you were doing with Python would actually be happening in C (although I guess you could say the same about C and assembly so where do you draw the line?)

this wiki might be interesting to you:
wiki.osdev.org/Languages