• T LT L, over 9 years ago

    Type inference is not slow. It might be slower than typing a type directly but it doesn't slow running application because it determines types at compile time. Although it might take longer to compile. But we are talking about milliseconds.

    1 point