|
|
|
|
|
by grumbel
1416 days ago
|
|
I see nothing especially incomprehensible about Nix, the language itself pretty simple. About the only thing I had a bit of an issue with is that I kept forgetting that functions only take a single argument in Nix. But other than that it is very nice to work with and has all the syntactic sugar you want, string interpolation, sets/map, sane multi-line strings and all that. Syntactic sugar is an area where Scheme has basically nothing to offer, everything needs calls to functions with long names. For most common uses you barely even have to care about the language, as it's just some JSON-like data with shell scripts in between that do the actual work. |
|