DesignScript

1 program Added 2026-02-28T14:21:39Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Design Script
Provenance: commit 58099d0017 · authored 2026-02-28T15:22:12+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

FunScript (0.32)Scrapscript (0.30)Bitcoin Script (0.30)Pine Script (0.29)DinkC (0.29)

LLM-contributed programs

Sum of integers using imperative block

Provenance: commit 58099d0017 · authored 2026-02-28T15:22:12+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.ds · license: Apache-2.0 · added: 2026-02-28T14:21:39Z
def sum(x)
{
    // define an imperative block inside a function
    return = [Imperative](x)
    {
        s = 0;
        for (i in 1..x)
        {
            s = s + i;
        }
        return = s;
    }
}

Contribute — propose a file extension

Tell us where to find evidence about DesignScript (mapped to pl/designscript). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/DesignScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Design coder Deskin →