Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary | Hacker News
TL;DR AI
2 min readKey summary
Hacker News discussed Vercel’s Scriptc, a TypeScript-to-native compiler designed to produce small native binaries without bundling a JavaScript engine.
Supporters see it as a possible path to making TypeScript a practical systems-language option for lightweight tools and fast startup.
A commenter pushed back on the approach, citing likely performance and correctness issues around QuickJS, runtime boundaries, numeric behavior, and measurement support.
The discussion also questioned how far Scriptc can go if it relies heavily on TypeScript’s `any` type and still needs strong native-like guarantees.
