|
|
|
|
|
by chpatrick
2211 days ago
|
|
I think functional languages are a good fit for the problem though. Given some input, compute a static build plan. It's very rare that you need to do imperative-style computation for that. What I think Nix really needs is some kind of static typing, because right now if you make a type error the error might appear in a completely random location, making it difficult to debug. |
|
But 100% agreement that Nix needs a type checker!