Hacker News new | ask | show | jobs
by binarynate 1593 days ago
> runtime for TypeScript written in Go

This makes it sound like the TypeScript runtime (interpreter or JIT) is written in Go, but the project uses the quickjs JavaScript runtime, which is written in C:

https://github.com/bellard/quickjs