top | item 14209022

(no title)

edgyswingset | 8 years ago

The Swift compiler has some serious issues with the way it does type inference. Try compiling code with a line of basic arithmetic on a few numeric literals.

discuss

order

eridius|8 years ago

That has literally nothing to do with what the parent comment is talking about. And that's not naivety either. That's because the way type inference, operating overloading, and literals work together ends up being a combinatorial explosion.

bendecoste|8 years ago

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