Skip Navigation
Google says replacing C/C++ in firmware with Rust is easy
  • @nickwitha_k @towerful

    Write a driver or i/o for an mcu?
    Unless most is already done i don't see rust at present able to make something scalable.
    And that's not about rust it's about mcu's.....
    I could be wrong though.

    But it's supported so some cool learning can go on.....

  • Code Smells Catalog
  • @FizzyOrange
    I haven't kept up with the points lately.
    But over the years there have been many Discussions about the handling of pointers which should be seen as just another variable.
    Mainly in languages develped after C.

  • Code Smells Catalog
  • @lysdexic @AbelianGrape

    I don't think so.
    And you never answered the question.

  • Code Smells Catalog
  • @FizzyOrange @Kissaki

    Don't null reference languages often allow that reference to be redefined? Even if just to redefine the return type?