GitHub - bazelbuild/starlark: Starlark Language
Starlark
Overview
Starlark (formerly known as Skylark) is a language intended for use as a
configuration language. It was designed for the Bazel
build system, but may be useful for other projects as well. This repository is
where Starlark features are proposed, discussed, and specified. It contains
information about the language, including the specification. There
are multiple implementations of Starlark.
Starlark is a dialect of Python. Like Python, it is a
dynamically typed language with high-...
Read more at github.com