MAXScript
1 program
Added 2026-02-06T08:44:10Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: MaxScript, 3ds Max Script
Provenance: commit 5d1ea33a27 · authored 2026-02-06T09:45:10+01:00 · agent claude-code · model sonnet
Sources mentioning this language
6 sources · pl_id:
pl/maxscriptExtensions claimed by this language
3 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 |
|---|---|---|---|
.ms | linguist | primary | 195.4K files |
.ms | pygments | primary | 195.4K files |
.mcr | linguist | secondary | 33.5K files |
Related languages
LLM-contributed programs
Create 3D Objects
Provenance: commit 5d1ea33a27 · authored 2026-02-06T09:45:10+01:00 · agent claude-code · model sonnet · WebSearch disabled
-- Create a teapot with custom properties
teapotObj = Teapot()
teapotObj.radius = 50
teapotObj.segments = 4
teapotObj.pos = [0, 0, 0]
teapotObj.wirecolor = color 255 0 0
-- Create a sphere
sphereObj = Sphere()
sphereObj.radius = 30
sphereObj.segments = 32
sphereObj.pos = [100, 0, 0]
sphereObj.wirecolor = color 0 255 0
-- Print information
format "Created teapot at: %\n" teapotObj.pos
format "Created sphere at: %\n" sphereObj.pos
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/.ms/2 | .ms | default | [] |