Hacker News new | ask | show | jobs
by catlifeonmars 1821 days ago
> fast builds

Interestingly, immutability and fast builds are often closely related, because immutability (in build systems) can be used to ensure referential transparency, which makes it trivial to implement caching of intermediate build artifacts.