yes, not a unix os but rather unix-like, and i want to program all of it on python, is that possible?? even the kernel, i want it all python. i know most kernels use c++ or c* but maybe python has a library to turn c* into python?? i’m still sort of a beginner but thanks and i would appreciate the answers

    • Jiří Král@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      8 hours ago

      Can’t Python be translated into machine code and packaged into a binary? I swear I have no experience in OS development, just curious.

      • deegeese
        link
        fedilink
        arrow-up
        5
        ·
        7 hours ago

        Like Java, you can distribute a binary which bundles an interpreter/VM, but your code is still running inside a host OS.