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/v
LLM (this repo) · 1PldbLinguistPygmentsWikipediaEsolangHyperpolyglotRosettacodeWikidata · Q61632937

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: functional · imperative · structured · concurrent
Typingstatic, strong, inferred
Designed byAlexander Medvednikov
First appeared2019
Influenced byGo · Kotlin · Oberon · Python · Rust · Swift
LicenseMIT
Implemented inV
Homepagehttp://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.
ExtensionSourceStrengthSWH
.vlinguistprimary5.8M files
.vpygmentsprimary5.8M files
.vwikipediaproposed5.8M files
.vshwikipediaproposed60.3K files

Related languages

V language (0.53)Slang (0.33)D (0.29)Fetlang (0.29)Xtlang (0.29)

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
code.v · license: MIT · added: 2025-10-22T09:57:58Z
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.
RuleExtKindPredicates (truncated)
h/linguist/.v/2.vpredicates[{"kind": "any", "regexes": ["\\$(?:if|else)[ \\t]|^[ \\t]*fn\\s+[^\\s()]+\\(.*?\\).*?\\{|^[ \\t]*for\\s*\\{"]}]

Contribute — propose a file extension

Tell us where to find evidence about V (mapped to pl/v). 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/V/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Uzumaki V (DJMcMayhem) →