Hacker News new | ask | show | jobs
by maxloh 462 days ago
> It's hard to tell if there will even be a runtime that somehow uses TS types to optimize even further.

Yeah, that exists. AssemblyScript has an AOT compiler that generates binaries from statically typed code.

1 comments

AssemblyScript is a very limited subset of the language though.