Hacker News new | ask | show | jobs
by klibertp 1652 days ago
Is Fortress the same language that required exponential time constraint solving for its type system?
1 comments

Type checking is not exponential last I checked. However, languages with global type inference have exponential behaviour when inferring types for some pathological programs.