7

If all programming languages but one got deprecated, that one should be Rust. Honestly, whoever designed it is a fucking genius.

Comments
  • 4
    I take it you havent used rust in a professional setting with a real world project.
  • 3
    @molaram it takes longer to write something in Rust than in C, yes.

    But in C you'll be testing your application for the next month because *insert reason here*

    Reasons:
    You forgot to free something.
    You forgot not to free something.
    You used an invalid pointer.
    Undefined behaviour causes weird behaviour on another machine.
    A datarace occurs 1 in 100,000 times.
    An include has gone wrong, but it only worked by accident.

    I can continue, but it's best to read up on it yourself.

    Also, Rust has async/await now, which is really cool!
  • 1
    @molaram Still developing in Rust is quicker that coding AND debugging in C. After all, Rust programs don't need almost any debugging at all if written properly because of its features.
  • 2
    I think I would prefer one rust developer over a fuck ton C programmers 😅
  • 0
    You mean the guy who is now making swift ?
  • 0
    Maybe you meant HTML
  • 0
    @aggelalex yeah, based on your comments, you havent really worked with rust.
  • 1
    @molaram I'm talking it of m my personal experiences with the language. I tried it, I tested it, I liked it.
  • 0
    I found it mediocre and overly restricted like a nuns dry cunt.

    In fact it is so bad *D* is a better Rust than rust is
Add Comment