Skip to content

Will Typescript be able to use Go's concurrency in Typescript 7? #520

Answered by carlos-menezes
mmcguff asked this question in Q&A
Discussion options

You must be logged in to vote

The port is primarily about improving the compiler’s performance — not about giving TypeScript direct access to Go’s concurrency primitives. TypeScript remains a superset of JavaScript and thus, at runtime, your code is still executed on a JavaScript engine.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jakebailey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants