Hacker News new | past | comments | ask | show | jobs | submit login

> But at the end of the day I'll prefer slower compilation every time if it means advanced checking.

I don't think that's a large issue in Rust. Type checking is quite fast in comparison to code generation.

Generics, traits, macros etc. seem to be the culprit. Turning complex language features into code and not runtime safety lead to these slow compile times.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: