Hacker News new | ask | show | jobs
by estebank 201 days ago
> readable

No, because some things that are UB in C are not in Rust, and vice versa, so any codegen has to account for that and will result in additional verbosity that you wouldn't see in "native" code.

1 comments

Thank you for the explanation