Is anyone developing an OS of these characteristics:
Is anyone developing an OS of these characteristics:
Unununium-like and written in C, C++, D, or assembly. Unununium looks like it has a fun concept to play around but I really don't like the idea of using python as the language.
Certain aspects of the Unununium Operating system would not work very well in C, C++, D, and assembly. Unununium uses a single address space for all of it's processes and (though I havn't looked into it) python, being an interpreted language, allows them to do this safely. If however you're looking for an Operating System with orthogonal persistence there are a few written in C. You should be able to find some if you look around (wikipedia's persistence page lists a few).