|
|
|
|
|
by regnat
3286 days ago
|
|
Unfortunately no, except maybe for some very minor tweaks that have a chance to be included in vanilla nix, but otherwise this would most probably either mean the death of this project or a split in the (already small) community, which I both don't want to see |
|
So, if only gradual changes are allowed, I would have started with:
- making semicolons optional
- commas for implicit array literals (e.g. "a", "b", "c" in lieu of ["a" "b" "c"]
- something to do with 'with' / 'in' syntax.
In fact, I can live with anything, except non-optional semicolons. Is there a possibility to infer them?