Hacker News new | ask | show | jobs
by solipsism 1817 days ago
It's rather a non sequitur, as no one ever said immutability was enough.

You also need design, rigor, error handling, common sense, some caffeine, testing, and fast builds. All together... that's enough!

1 comments

> 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.