|
|
|
|
|
by roptat
2708 days ago
|
|
What if there was a way to replace parenthesis with syntax? For instance, if you could declare your operating system as: operating-system:
...
packages:
- vim
- %base-packages
instead of: (operating-system
...
(packages (cons* vim %base-packages)))
would that help you? No more parenthesis, the complexity of cons* is hidden behind the "-" and it's pretty trivial to convert between one syntax and the other. If it was possible, how would that affect your opinion on guix? What if the installer came with a pre-configured vim for scheme?btw, I'm also a guix and a vim user, and I don't use anything special for parenthesis. I just close them manually like a grown-up (which is a very usefull skill to have when you want to impress an emacs user :p). |
|