vlang/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 80
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 2763
- days_rel: 52
- days_push: 7
- n_releases_24m: 82
Adoption not part of the score
37803 stars · 2268 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The V programming language: a simple, fast, safe compiled language whose compiler bootstraps itself in under a second with zero library dependencies. It compiles to human-readable C (with native, tcc, and JavaScript backends), includes built-in ORM, web framework, graphics library, and C-to-V translation.
Use cases
- write fast compiled systems software
- translate legacy C codebases to a safer language
- build web backends with a built-in framework and ORM
- learn a simple programming language in a weekend
- cross-compile binaries for multiple platforms
- develop an operating system or low-level software
- hot-reload code during development
When to choose
- you want C-level performance with a simpler, safer language
- you need extremely fast compile times
- you want to migrate C code automatically
- you prefer a small, stable language with a 1.0 feature freeze planned
When to avoid
- you need a mature 1.0 language with guaranteed stability
- your team relies on a large ecosystem of third-party libraries
- you need guaranteed no-undefined-behavior safety today (still work-in-progress)
- you depend on long-term ABI/API stability before 1.0
Facets
library · maturity active
compiler programming-language interpreter orm web-framework programming-languages compilers developer-tools cross-platform windows cli v-language compiled-language c-translation self-hosting-compiler hot-reload linux macos
1 source
- readme: https://github.com/vlang/v · fetched 2026-08-28 · 2bf33a9522db
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vlang/v | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem