WEB

1 program Added 2026-02-07T15:06:57Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 95d992126d · authored 2026-02-07T16:07:27+01:00 · agent claude-code · model sonnet

Sources mentioning this language

3 sources · pl_id: pl/web
LLM (this repo) · 1WikipediaWikidata · Q1141484

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsliterate · imperative (procedural) · structured
Typingstatic, weak, manifest, nominal
Designed byDonald Knuth · Silvio Levy
First appeared1987
Influenced byWEB · TeX
Licensecustom free-software license
Homepagehttp://www-cs-faculty.stanford.edu/~uno/cweb.html

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
.webwikidataprimary5.1M files

Related languages

CWEB (0.17)WebL (0.17)Noweb (0.14)Urweb (0.14)WebDNA (0.12)

LLM-contributed programs

Hello World

Provenance: commit 95d992126d · authored 2026-02-07T16:07:27+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.w · added: 2026-02-07T15:06:57Z
@* Hello World Program.
This is a simple WEB program that prints a greeting message.

@c
@<Include files@>@;
program hello(output);
begin
  @<Print the greeting@>@;
end.

@ We need to include standard definitions.
@<Include files@>=
{No special includes needed for this simple program}

@ The greeting consists of a simple message.
@<Print the greeting@>=
writeln('Hello, World!');
writeln('This is a WEB program')

Real programs from Software Heritage

1 sample mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
pkg-descr.web · 488 B · ext .web · seen 24× in SWH
via unknown-ext
swh:1:cnt:a80a76ae30dbd218fa035f6ad78417fef7cd490a;origin=https://github.com/freebsd/freebsd-ports;anchor=swh:1:rev:bd0b0eec12d655b9c8b87ace4503f6f36dc14e5f;path=/net-p2p/transmission-components/pkg-descr.web
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
Transmission Web Interface (Clutch) is a WebUI for the Transmission BitTorrent
client. It allows you to manage your torrents from anywhere you can access the
internet, and runs on OS X and various flavors of *nix. It provides most of
the basic features of the desktop client, including torrent upload, torrent
start/stop, file path selection, speed limiting etc.

Use of the Transmission Web Interface requires installation of 
transmission-daemon, transmisssion-gtk, or transmission-qt.

Contribute — propose a file extension

Tell us where to find evidence about WEB (mapped to pl/web). 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/WEB/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Weave Web Application Description Language →