Scenic
1 program
Added 2026-02-22T17:13:46Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 11cf129a39 · authored 2026-02-22T18:14:13+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/scenicExtensions claimed by this language
1 claim. 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 |
|---|---|---|---|
.scenic | linguist | primary | 3.1K files |
Related languages
LLM-contributed programs
Basic Object Placement with Constraints
Provenance: commit 11cf129a39 · authored 2026-02-22T18:14:13+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
# Scenic scenario: basic object placement and constraint example
# Demonstrates core Scenic language features for scenario generation
model scenic.models.basic
# Define the ego object (the primary agent) at the origin
ego = Object with width 4, with height 2, at 0 @ 0
# Place another object at a random position in front
other = Object with width 2, with height 2,
at Range(5, 10) @ Range(-2, 2),
facing toward ego
# Require a minimum separation distance between the objects
require (distance from other to ego) > 3
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.)