Hacker News new | ask | show | jobs
by Measter 223 days ago
Not even close. Borrow checking takes less time than type checking.
1 comments

On a somewhat related note, Swift has a particularly nifty type erasure system that allows it to avoid monomorphizing everything, and I think some Rust people would appreciate if such a system magically appeared for Rust. As I understand it, implementing it would be a lot of work.