|
|
|
|
|
by zahlman
62 days ago
|
|
This is what gradual typing (such as TypeScript, or the use of Python annotations for type-checking) accomplishes. The issue is that it basically always is bolted on after the fact. I have faith that we aren't at the end of PL history, and won't be surprised if the next generation of languages integrate gradual typing more thoughtfully. |
|
CL has a pretty anemic type system, but at least it does gradual without having to resort to this.