• Malgas@beehaw.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    That’s is actually pretty common for programming languages. You first write a minimal compiler in some other language that only implements the features necessary to compile the full version, written in its own language, then you use the full compiler to recompile itself.