Wolfram

1 program Added 2026-02-27T12:32:41Z Agent: claude-codeModel: claude-opus-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Wolfram Language, Mathematica
Provenance: commit 66ba1ee674 · authored 2026-02-27T13:33:07+01:00 · agent claude-code · model claude-opus-4-6

Sources mentioning this language

6 sources · pl_id: pl/wolfram
LLM (this repo) · 1PldbPygmentsWikipediaHyperpolyglotWikidata · Q15241057

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.

Paradigmsmulti-paradigm: term-rewriting · functional · procedural · array
Typingdynamic, strong
Designed byWolfram Research · Stephen Wolfram
First appeared1988
Influenced byAPL · C · C++ · FORTRAN · Lisp · Pascal · Prolog · Schoonschip · Simula · Smalltalk · SMP
LicenseProprietary
Homepagehttps://www.wolfram.com/language/

Extensions claimed by this language

4 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.nbpygmentsprimary388.2K files
.cdfpygmentssecondary77.5K files
.mapygmentssecondary159.7K files
.nbppygmentssecondary671 files

Related languages

Wolfram Language (0.82)Mathematica (0.55)MPL (0.35)AMPL (0.34)GNU MathProg (0.31)

LLM-contributed programs

Sieve of Eratosthenes

Provenance: commit 66ba1ee674 · authored 2026-02-27T13:33:07+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch enabled
code.wl · license: GFDL · added: 2026-02-27T12:32:41Z
sieve[n_] := Module[{s = Table[True, {n}]},
  s[[1]] = False;
  Do[If[s[[i]], Do[s[[j]] = False, {j, i^2, n, i}]], {i, 2, Sqrt[n]}];
  Flatten[Position[s, True]]
]

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 Wolfram (mapped to pl/wolfram). 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/Wolfram/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Wolfgang Wolfram Language →