Noweb

1 program Added 2026-02-16T12:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 54022883fc · authored 2026-02-16T18:03:44+01:00 · agent claude-code · model sonnet

Sources mentioning this language

3 sources · pl_id: pl/noweb
LLM (this repo) · 1PldbWikidata · Q28212272

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

Related languages

CWEB (0.30)Urweb (0.27)Nock (0.18)Noir (0.18)Noop (0.18)

LLM-contributed programs

Hello World

Provenance: commit 54022883fc · authored 2026-02-16T18:03:44+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.nw · added: 2026-02-16T12:00:00Z
\section{Introduction}

This is a simple ``Hello, World'' program written in Noweb,
a literate programming tool.

\section{The Main Program}

The main program prints a greeting to the standard output.

<<hello.c>>=
#include <stdio.h>

<<Function declarations>>

int main(void) {
    <<Print greeting>>
    return 0;
}
@

\section{Implementation}

We define a function to print the greeting:

<<Function declarations>>=
void print_greeting(void);
@

<<Print greeting>>=
print_greeting();
@

Here is the implementation of the greeting function:

<<hello.c>>=
void print_greeting(void) {
    printf("Hello, World!\n");
}
@

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 Noweb (mapped to pl/noweb). 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/Noweb/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Novika np →