Live data from Hacker News

Python as a Configuration Language Using Starlark

openrun.dev

1–2 of 2 posts

Re: Python as a Configuration Language Using Starlark

#2
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.