Starlark
| Starlark | |
|---|---|
| Paradigm | scripting, procedural (imperative) |
| First appeared | 2015 |
| Typing discipline | Dynamic |
| OS | Cross-platform |
| Filename extensions | .star |
| Website | github |
| Major implementations | |
| starlark-go, starlark-rust, | |
| Influenced by | |
| Python | |
Starlark is a lightweight, high-level programming language designed for embedded use in applications. It uses a subset of the Python syntax. By default, the code is deterministic and hermetic.