Starlark
1 program
Added 2025-10-27T13:12:16Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: Skylark
Provenance: commit 281ee1f2ff · authored 2025-10-27T14:12:16+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
7 sources · pl_id:
pl/starlarkWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: object-oriented · procedural (imperative) · functional · structured · reflective |
|---|---|
| Typing | duck, dynamic, strong; optional type annotations |
| Designed by | Python Software Foundation · Guido van Rossum |
| First appeared | 1991 |
| Influenced by | ABC · Ada · ALGOL 68 · APL · C · C++ · CLU · Dylan · Haskell · Icon · Lisp · Modula-3 · Perl · Standard ML |
| License | Python Software Foundation License |
| Homepage | https://www.python.org/ |
Extensions claimed by this language
16 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.bzl | linguist | primary | 376.5K files |
.py | pygments | primary | 455.0M files |
.buck | pygments | secondary | 197 files |
.build | pygments | secondary | 1.1M files |
.bzl | pygments | secondary | 376.5K files |
.jy | pygments | secondary | 5.0K files |
.pyi | pygments | secondary | 844.5K files |
.pyw | pygments | secondary | 114.6K files |
.sage | pygments | secondary | 53.5K files |
.sc | pygments | secondary | 588.1K files |
.sconscript | pygments | secondary | 2.0K files |
.sconstruct | pygments | secondary | 255 files |
.star | linguist | secondary | 94.9K files |
.tac | pygments | secondary | 63.6K files |
.workspace | pygments | secondary | 68.3K files |
.star | wikipedia | proposed | 94.9K files |
Related languages
LLM-contributed programs
Simple Custom Rule Definition
Provenance: commit 281ee1f2ff · authored 2025-10-27T14:12:16+01:00 · model x-ai/grok-4-fast · Temp 0.4
def _my_rule_impl(ctx):
out = ctx.actions.declare_file(ctx.label.name)
ctx.actions.write(
out,
"Hello from rule %s" % ctx.label,
)
return DefaultInfo(files = depset([out]))
my_rule = rule(
implementation = _my_rule_impl,
)
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.star/1 | .star | default | [] |