Reading List

Roadmap for Improving the Swift Type Checker from Michael Tsai RSS feed.

Roadmap for Improving the Swift Type Checker

Slava Pestov (Hacker News): This is all, of course, about the dreaded the compiler is unable to type-check this expression in reasonable time error. This error can appear with both valid and invalid code, and the various workarounds are unsatisfactory, to say the least. Splitting up an expression into smaller pieces, introducing type annotations, or […]