Carbon
Carbon
MModular
Created by Carbon on 10/5/2024 in #questions
Mojo vs Rust memory safety
I think it's interesting that Mojo seems to be able to compete with other languages on both performance (which I'd agree looks like the main focus) or safety, with the flexibility to choose one over the other that isn't present in other languages. But at the same time isn't it extremely approachable if you already know Python?
16 replies
MModular
Created by Carbon on 10/5/2024 in #questions
Value Semantics and async code
Well, for example, race conditions only occur in asynchronous code, but value semantics would prevent race conditions right? So do you think that value semantics makes asynchronous code less complex and easier to write in general?
6 replies