Hacker News new | ask | show | jobs
by golergka 957 days ago
> You can skip type system magic, and have people just keep introducing bugs that it would prevent over and over

Personally, I found even Haskell's type system easier and nicer to use than fiddling with _lifetimes_ in Rust types. Everything else in Rust is falling nice into place, but lifetimes are painful, magical and very annoying.