Dialect of Python intended for use as a configuration language
Starlark is a dialect of Python intended for use as a configuration language. Like Python, it is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and garbage collection. Unlike CPython, 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. This package contains the source code needed for building packages that reference the following Go import paths: – go.starlark.net
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0-0.5.20210113gite81fc95.fc35 | - |
Fedora 35 | 0-0.5.20210113gite81fc95.fc35 | - |
Fedora 34 | 0-0.4.20210113gite81fc95.fc34 | - |
You can contact the maintainers of this package via email at
golang-starlark dash maintainers at fedoraproject dot org
.