Python as a Configuration Language Using Starlark

(openrun.dev)

2 points | by ajayvk 19 hours ago ago

1 comments

  • ajayvk 19 hours ago

    This post looks at the experience with using Starlark as against YAML for deployment configuration.

    Starlark can result in much more concise and flexible config. It does require extra work on the part of the developers who are writing the code (to read the config), but it can make things easier for end users writing the config.