Ask HN: Is it possible to compile TypeScript to Golang?
https://news.ycombinator.com/item?id=35312905Typescript lets me write the complex logic, but the Node concurrency model being single-threaded is very limited.
So ideally I would want to have Typescript running in Golang. Is there such a possibility?