|
|
|
|
|
by tegeek
2088 days ago
|
|
I had been thinking that WebAssembly or CLR could be the target for TypeScript and that would allow to bring her own base class libraries etc. But if you look closely again, the beaut & wide adoption of TS is because it has no "runtime" or no extra libraries or APIs to learn. Its the JS. This also makes it easy to iterate quickly on Type System and bring new features. Having its own runtime means, that wouldn't be easy. But I completely agree that TS right now has perhaps one of the best and most intuitive Type System than any other language. |
|