Starlark is a simple, thread-safe language with a Python-like syntax, designed to be embedded within other applications for configuration or scripting purposes. It supports dynamic typing, high-level data types, first-class functions, and garbage collection, and it performs well on parallel machines. Initially designed by Google, Starlark is suitable for expressing structured data and adding scripting capabilities to applications.
1 Comment
Sort: