S
1 program
Added 2025-10-28T10:31:41Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: S programming language
Provenance: commit 0a3d61a7dd · authored 2025-10-28T11:31:41+01:00 · model x-ai/grok-4-fast
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
Double decker function definition
Provenance: commit 0a3d61a7dd · authored 2025-10-28T11:31:41+01:00 · model x-ai/grok-4-fast · Temp 0.4
double.decker <- function(x) {
if (x > 0) return(x^2)
else return(-x)
}
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.)