FAUST
1 program
Added 2025-10-28T13:50:49Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 9f73370111 · authored 2025-10-28T14:50:49+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
7 sources · pl_id:
pl/faustWikipedia 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 | functional · visual |
|---|---|
| Designed by | GRAME · Centre National de Création Musicale · Yann Orlarey · Dominique Fober · Stéphane Letz |
| First appeared | 2002 |
| License | GPL |
| Implemented in | C++ |
| Homepage | http://faust.grame.fr |
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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.dsp | linguist | primary | 418.5K files |
Related languages
LLM-contributed programs
Simple Sine Oscillator
Provenance: commit 9f73370111 · authored 2025-10-28T14:50:49+01:00 · model x-ai/grok-4-fast · Temp 0.4
import("stdfaust.lib");
freq = hslider("freq", 1000, 50, 2000, 0.01);
process = os.oscsin(freq);
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.dsp/1 | .dsp | predicates | [{"kind": "any", "regexes": ["\\bprocess\\s*[(=]|\\b(library|import)\\s*\\(\\s*\"|\\bdeclare\\s+(name|version|author|copyright|license)\\s+\""]}] |