| ▲ | hollowturtle 5 hours ago | |
Because "it doesn't exist". It's just a layer on top of js, it doesn't have its own runtime, and btw what would supporting ts a the browser level mean? If you want to support a static typed language then you could just compile it down to wasm, if you just want to support types and ignore them at runtime there's an overhead price to pay, or should do runtime type checking? And with which tsconfig? Strict or not? | ||
| ▲ | VerifiedReports 4 hours ago | parent [-] | |
All good questions. But... it would simply eliminate a step and result in a single language. Python supports types and is interpreted, right? | ||