V
1 program
Added 2025-10-22T09:57:58Z
Model: meta-llama/llama-3.1-70b-instructTemp: 0.4
Evidence
Report issue
View issues
Aliases: Vlang
Provenance: commit 758c410593 · authored 2025-10-22T11:57:58+02:00 · model meta-llama/llama-3.1-70b-instruct
Sources mentioning this language
9 sources · pl_id:
pl/vWikipedia 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: functional · imperative · structured · concurrent |
|---|---|
| Typing | static, strong, inferred |
| Designed by | Alexander Medvednikov |
| First appeared | 2019 |
| Influenced by | Go · Kotlin · Oberon · Python · Rust · Swift |
| License | MIT |
| Implemented in | V |
| Homepage | http://vlang.io |
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 |
|---|---|---|---|
.v | linguist | primary | 5.8M files |
.v | pygments | primary | 5.8M files |
.v | wikipedia | proposed | 5.8M files |
.vsh | wikipedia | proposed | 60.3K files |
Related languages
LLM-contributed programs
V's HTTP Server
Provenance: commit 758c410593 · authored 2025-10-22T11:57:58+02:00 · model meta-llama/llama-3.1-70b-instruct · Temp 0.4
import net
fn main() {
net.http_server(8080) { req, res in
res.status(200)
res.body = 'Hello, World!'
}
}
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/.v/2 | .v | predicates | [{"kind": "any", "regexes": ["\\$(?:if|else)[ \\t]|^[ \\t]*fn\\s+[^\\s()]+\\(.*?\\).*?\\{|^[ \\t]*for\\s*\\{"]}] |