|
|
|
|
|
by ParetoOptimal
1107 days ago
|
|
> > its DSL at least lazy > This keeps getting asked and it's baffling to me. Any programming language can delay evaluation by wrapping values in thunks where that makes sense, so it seems odd to me to give so much importance to whether values are evaluated strictly or delayed by default. At least in Haskell laziness increases composability. I can't think of any examples in Nix, but maybe it's the same reason? |
|
Of course, this is just a matter of preference. Like most Guix vs. Nix aspects, as far as I can tell.