Get the latest tech news
An Overview of the Starlark Language
Laurent Le Brun's blog
Starlark is a small programming language, designed as a simple dialect of Python and intended primarily for embedded use in applications. In Python, the code won’t be deterministic if it relies on the output of functions like “id”, “hash”, if it iterates over a hashtable, if it has race conditions, or if it measures the execution time. It is used by many open-source projects and companies, such as IBM, Stripe ( skycfg), Chromium ( lucicfg), Cruise Automation ( isopod), the Go debugger Delve, and many more.
Or read this on Hacker News