Remix.run Logo
atemerev 3 hours ago

I like modern C++ much better than Rust. I am 3 times more productive in it and don't have to fight the compiler for hours. And RAII is a simple idiom that prevents 95% of actual problems.

adastra22 3 hours ago | parent [-]

Your C++ is full of bugs that rustc was telling you about.

pjmlp 2 hours ago | parent | next [-]

Including on LLVM backend used by Rust, I guess.

When is that fully bootstraped rustc coming?

atemerev 3 hours ago | parent | prev [-]

Well yes, the code I didn't wrote (because I was 3x slower) surely has no bugs.