wickedchicken / checklist

a checklist app to run through processes
Apache License 2.0
11 stars 2 forks source link

Add Starlark support #79

Open wickedchicken opened 4 years ago

wickedchicken commented 4 years ago

It would be nice to have a configuration language to import common configs and do conditional configurations. Starlark is a nice non-Turing-complete dialect of Python and has a rust implementation.

wickedchicken commented 4 years ago

This is being worked on in https://github.com/wickedchicken/checklist/tree/add_starlark.