Hacker News new | ask | show | jobs
by tough 1322 days ago
turborepo was the first -turbo- on the family to use this strategy to cache a lot of dependencies on building monorepos.

I think they might be applying the same strategy everywhere by decoupling -turbo- from the implementations that use the strategy at each layer of the stack.

Expect a -turbo- script doing this and the first real complete replacement for typescript compilation, probably in go, not rust, tho!

1 comments

> Expect a -turbo- script doing this and the first real complete replacement for typescript compilation, probably in go, not rust, tho!

There is stc which is for now just a PoC (from the developer of swc who is on Vercel's payroll) which is shifting from Go to Rust