JSFX
1 program
Added 2026-02-28T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: JS, EEL2, Cockos EEL2
Provenance: commit 693d4183d7 · authored 2026-02-28T12:02:55+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/jsppWikipedia 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: imperative · structured · object-oriented · functional · generic |
|---|---|
| Typing | gradual, static, dynamic |
| Designed by | Onux · Roger Poon · Anton Rapetov |
| First appeared | 2011 |
| Influenced by | C · C++ · C# · Java · JavaScript |
| License | BSD |
| Homepage | http://www.onux.com/jspp |
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.| Extension | Source | Strength | SWH |
|---|---|---|---|
.jpp | wikidata | primary | 32.8K files |
.js++ | wikidata | primary | — |
.jspp | wikidata | primary | 2.8K files |
.js | wikipedia | proposed | 946.0M files |
Related languages
LLM-contributed programs
Simple Gain
Provenance: commit 693d4183d7 · authored 2026-02-28T12:02:55+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
desc: Simple Gain
// Adjusts the gain of a stereo audio signal
slider1:0<-24,24,0.1>Gain (dB)
@init
gain = 1.0;
@slider
gain = 10^(slider1/20);
@sample
spl0 *= gain;
spl1 *= gain;
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.)