Hacker News new | ask | show | jobs
by colonwqbang 1544 days ago
My point was that if your language has a dedicated facility for case analysis, you don't really need to use if statements for that purpose. You just use case. That's one answer to "why don't more languages have flow typing".