Email or username:

Password:

Forgot your password?
Top-level
mhoye

@publius @msavoritias

The Foreign Function Interface situation is best understood, I think - thank you, @Gankra ! - by reading this: gankra.github.io/blah/c-isnt-a

... but more generally Rust gives you a set of guardrails that obviate entire classes of sometimes sec-critical errors, and the error messages they give you during the development process are just generally wildy more helpful and humane than you see in most other languages.

1 comment
MSavoritias

@mhoye @publius @Gankra

Yeah pretty much. Rust has managed to give better error results without AI or whatever.
Because people actually had the culture to do it.
So the question is can the culture be changed in other languages too so it favors understanding and newbies instead of esoteric knowledge?

Go Up