JScript .NET
1 program
Added 2026-02-11T08:53:00.792690+00:00
Agent: claude-code-recoveryModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: JScript.NET, JS.NET
Provenance: commit 6a84da9d16 · authored 2026-02-11T13:26:22+01:00 · agent claude-code-recovery · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/jscript-netWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: object-oriented (prototype-based) · functional · imperative · scripting |
|---|---|
| Typing | duck, weak, dynamic |
| Designed by | Microsoft Corporation |
| Influenced by | JavaScript · JScript · ECMAScript |
| License | proprietary |
Related languages
LLM-contributed programs
Hello World
Provenance: commit 6a84da9d16 · authored 2026-02-11T13:26:22+01:00 · agent claude-code-recovery · model sonnet · WebSearch disabled
// Hello World in JScript .NET
import System;
var message : String = "Hello, World!";
Console.WriteLine(message);
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.)