Starlark Programming Language
Starlark is a small language designed to be embedded in another application,
to provide configuration or scripting abilities.
Starlark is a dialect of Python. Like Python, it is a dynamically typed
language with high-level data types, first-class functions with lexical
scope, and garbage collection. Independent Starlark threads execute in
parallel, so Starlark workloads scale well on parallel machines.
Starlark is a small and simple language with a familiar and highly
readable syntax. You can us...
Read more at starlark-lang.org