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

  • deegeese@sopuli.xyz
    link
    fedilink
    arrow-up
    6
    ·
    1 day ago

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