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/monteExtensions 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 |
|---|---|---|---|
.mt | pygments | primary | 45.5K files |
Related languages
LLM-contributed programs
Hello Web Server
Provenance: commit 56be96e0f4 · authored 2026-02-09T09:55:07+01:00 · agent claude-code · model opus · WebSearch enabled
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.)