|
|
|
|
|
by wolfd
1481 days ago
|
|
I am fond of Starlark, the Python-like configuration language of Bazel. It's code, but they've removed most of the footguns that you encounter when using Python as configuration (e.g. you can't mutate global state). I think it's a pleasant middle ground between config and code, it's definitely code, but limited. |
|