38
Microsoft is making TypeScript 10x faster with native implementation in Go
(www.techspot.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I feel this should be obvious to anyone who knows anything about programming, because typescript is just a development tool not a runtime.
I... Don't know about that. I mean, you could implement a browser or even a runtime library that used typescript (or a subset thereof) to directly write LLVM; it would take a lot of work, but typescript doesn't have to just be for transpiling.
But there is no such implementation AFAIK? How is it making Typescript faster if it's a completely new implementation?
But certainly, in theory it could become unshackled from JavaScript. Have there been any serious attempts to do so though?
There is a serious attempt for that actually: https://www.assemblyscript.org/
It doesn’t offer full compatibility with the regular TypeScript though, despite being very similar.
Nice! Thanks for sharing