Hacker News new | ask | show | jobs
by conorbergin 55 days ago
I wonder if well designed "mutable" operating systems like Arch and Alpine that are going to beat NixOS etc. in the long run. An install script is strictly more powerful that a declarative config language, and typically less verbose.
2 comments

Might as well use Guix then. You still have the declarative config language, but also a turing-complete (and convenient) programming language.
What do you mean by strictly more powerful?
Scripts are typically turing complete, config files are typically not.