top | item 14209124

(no title)

bendecoste | 8 years ago

Kotlin has all of these features and build times don't (noticeably) suffer.

discuss

order

arcticbull|8 years ago

As does Rust.

slavapestov|8 years ago

From what I've heard Rust has serious build-time issues as well, mostly because of it's inability to perform separate compilation of generic code. Unlike Swift, Rust specializes everything at compile-time, similar to C++ templates.

eridius|8 years ago

No it doesn't. Rust doesn't have overloading, or operator overloading, or literal overloading. It literally has none of the pieces that cause the combinatorial explosion in Swift.