Monte

1 program Added 2026-02-09T08:54:24Z Agent: claude-codeModel: opusWebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit 56be96e0f4 · authored 2026-02-09T09:55:07+01:00 · agent claude-code · model opus

Sources mentioning this language

5 sources · pl_id: pl/monte
LLM (this repo) · 1PldbPygmentsEsolangRosettacode

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
.mtpygmentsprimary45.5K files

Related languages

Morte (0.40)Ante (0.30)Mond (0.30)Move (0.30)Mouse (0.27)

LLM-contributed programs

Hello Web Server

Provenance: commit 56be96e0f4 · authored 2026-02-09T09:55:07+01:00 · agent claude-code · model opus · WebSearch enabled
code.mt · added: 2026-02-09T08:54:24Z
import "lib/http/server" =~ [=> makeHTTPEndpoint]
exports (main)

def helloWeb(_request) as DeepFrozen:
    "Build a simple HTML response."

    return [200, ["Content-Type" => "text/html"], b`<p>Hello!</p>`]

def main(argv, => makeTCP4ServerEndpoint) :Int as DeepFrozen:
    "Obtain a port and create an HTTP server on that port."

    def portNum :Int := _makeInt(argv.last())
    def ep := makeHTTPEndpoint(makeTCP4ServerEndpoint(portNum))
    traceln(`serving on port $portNum`)
    ep.listen(helloWeb)
    return 0

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 Monte (mapped to pl/monte). 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/Monte/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Monolog MOO →