▲ | arccy 3 days ago | |||||||
expressiveness unfortunately usually means that while you can read the output value, you lose the ability to modify it programmatically... | ||||||||
▲ | foota 2 days ago | parent | next [-] | |||||||
I don't know that I would particularly _want_ to modify starlark programmatically, but it's certainly not impossible. Build files in bazel for instance are nicely modifiable: https://bazel.build/concepts/build-files. | ||||||||
| ||||||||
▲ | ruuda 2 days ago | parent | prev [-] | |||||||
In RCL you can edit source files programmatically with `rcl patch`: https://ruudvanasseldonk.com/2025/automating-configuration-u... |