KerboScript

1 program Added 2026-02-13T00:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: kOS
Provenance: commit f5afe3a835 · authored 2026-02-13T09:45:29+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/kerboscript
LLM (this repo) · 1Linguist

Extensions 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.
ExtensionSourceStrengthSWH
.kslinguistprimary185.7K files

Related languages

Kermit (0.27)ErgoScript (0.26)PogoScript (0.26)NimScript (0.25)Kotlin Script (0.24)

LLM-contributed programs

Simple Launch Autopilot

Provenance: commit f5afe3a835 · authored 2026-02-13T09:45:29+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.ks · added: 2026-02-13T00:00:00Z
// Simple launch autopilot
SET TARGET_ALTITUDE TO 80000.
SET TARGET_PITCH TO 90.

LOCK THROTTLE TO 1.0.
LOCK STEERING TO UP.

STAGE.

UNTIL SHIP:ALTITUDE > 1000 {
    WAIT 0.1.
}

SET TARGET_PITCH TO 80.
LOCK STEERING TO HEADING(90, TARGET_PITCH).

UNTIL SHIP:APOAPSIS > TARGET_ALTITUDE {
    IF SHIP:ALTITUDE > 10000 {
        SET TARGET_PITCH TO 60.
    }
    IF SHIP:ALTITUDE > 30000 {
        SET TARGET_PITCH TO 40.
    }
    IF SHIP:ALTITUDE > 50000 {
        SET TARGET_PITCH TO 20.
    }
    LOCK STEERING TO HEADING(90, TARGET_PITCH).
    WAIT 0.1.
}

LOCK THROTTLE TO 0.
PRINT "Target apoapsis reached!".

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.)

Contribute — propose a file extension

Tell us where to find evidence about KerboScript (mapped to pl/kerboscript). 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/KerboScript/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← keras kerf →