Get the latest tech news
Starlark Programming Language
Starlark is a simple, thread-safe, Python-like language designed to be embedded in another application.
Starlark is a small language designed to be embedded in another application, to provide configuration or scripting abilities. You can use it as an expressive notation for structured data, defining functions to eliminate repetition, or you can use it to add scripting capabilities to an existing application. Keeping the language similar to Python can reduce the learning curve and make the semantics more obvious to users.
Or read this on Hacker News