Hacker News new | ask | show | jobs
by d33 3704 days ago
So you'd say that it's a good thing? How is hidden complexity good?
2 comments

It's not necessarily a good thing. It's definitely interesting, though. It's difficult to come up with systems that are simultaneously useful and don't have emergent complexity - and it's not clear to me if it's worth the effort to even try in the general case!

For what it's worth, in my opinion build systems should definitely be intentionally, not accidentally, Turing complete.

Eh, you pretty much have to specifically design systems to avoid turing completeness. It's a hilariously low bar to clear.