Ross ROSS = Recommend OSS · open-source software intelligence for agents

google/skylark

Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net] observed · 2026-08-28

github.com/google/skylark · Go · BSD-3-Clause (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3257
  • days_rel: n/a
  • days_push: 2731
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1181 stars · 71 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go implementation of the Skylark (now Starlark) interpreter, a small dialect of Python designed as an embeddable configuration language. This repository has moved to go.starlark.net and is kept only as a historical home.

Use cases

  • embed a python-like scripting language in a go application
  • evaluate starlark configuration files
  • write build file logic like bazel build files
  • add a safe sandboxed scripting language to my tool
  • use structured data notation with functions instead of json or yaml

When to choose

  • you need a small, deterministic, python-like configuration language embedded in a Go program
  • you want parallel-safe evaluation of config scripts across threads
  • you are working with Bazel-style BUILD files or Starlark macros

When to avoid

  • you need a general-purpose programming language - use Python instead
  • you want the actively maintained version - use go.starlark.net
  • you need full CPython compatibility or third-party Python libraries

Facets

library · maturity maintenance

interpreter programming-language configuration-management programming-languages developer-tools go cross-platform cli starlark skylark python-dialect embedded-interpreter bazel configuration-language moved-to-go-starlark-net automation

1 source

Member repositories

RepositoryRoleHealth v2
google/skylarkmain10

For agents

markdown · JSON · MCP: product_card(name="google/skylark")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem