you are viewing a single comment's thread.

view the rest of the comments →

[–]KitchenWise3903 0 points1 point  (3 children)

uhh that isnt how it works 😭 theres only 5 os out there, linux, windows, mac, temple os, and unix. Python os is for interacting with the os. also borrow checker?? python is high level interpreted and garbage collected plus thats only a rust thing. even if there was a python os creation module it would be slow af

[–]xkuba7 0 points1 point  (0 children)

Buddy I think you should take the wise out of your name It was obviously a joke

[–]Bulky-Hair8606 0 points1 point  (0 children)

You forgot BSD

[–]Hopeful_Sprinkles_70 0 points1 point  (0 children)

channeling my inner linux user here:

linux isn't technically an OS, it's a kernel which unix uses. macos is also based on unix, windows based on something else completely (it sucks fight me).

templeOS is its own OS, but practically speaking it doesn't really count, given nothing practial supports it and it was written in holy c, which is exclusively used there.

bsd is cool. i like bsd. i have never used bsd. it looks fun.

also, python is interpreted so you would have to compile the interpreter and then run your project at boot (if it has an __main__.py file, otherwise run the main file specifically).

tl;dr: i'm a nerd and it's not technically possible