Konubinix' opinionated web of thoughts

Starlark

Fleeting

bazelbuild/starlark: Starlark Language

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 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.

https://github.com/bazelbuild/starlark

Notes pointant ici