• leftzero@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    4
    ·
    6 hours ago

    The rust part, if done well, would be a good step.

    We’re talking machine translating the whole codebase from c to rust like one would translate a book from one language to another, here (i.e., without the machine actually understanding a single word, much less long groups of them).

    The result will basically be something like this:

    unsafe {
     //insert the entire codebase here,
     //mangled beyond recognition
    }
    
    • reabsorbthelight@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      6 hours ago

      They should honestly just wrapper the majority of the code base in rust unsafes and then slowly very slowly migrate sections of the code to rust. This is the right way to do it imo

      Will they do that? Nope.