vlang/v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 39 minutes ago
Added to GitGenius on August 31st, 2026
Created on February 8th, 2019
Open Issues & Pull Requests: 117 (+0)
GitHub issues: Enabled
Number of forks: 2,268
Total Stargazers: 37,809 (+0)
Total Subscribers: 455 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.2 hours
Mean response time: 123.3 days
90th percentile: 474.2 days
Tracked items: 3,159

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 81% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Option Type" is answered fastest, typically in about 4 hours, while "Unit: Documentation" waits about 2 days. Almost all tracked open issues have seen activity in the last three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 47
New in 7 days: 20
Closed in 7 days: 14
Avg open age: 114 days
Stale 30+ days: 27
Stale 90+ days: 5

Recent activity

Opened in 7 days: 18
Closed in 7 days: 14
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Bug (2,374)
  • Status: Confirmed (615)
  • Unit: cgen (418)
  • Unit: Checker (256)
  • Feature/Enhancement Request (233)
  • Unit: Compiler (175)
  • Generics[T] (107)
  • Unit: Documentation (64)

Detailed Description

V is a compiled programming language designed for writing maintainable software with an emphasis on simplicity, speed, and safety.

V addresses the need for a language that combines fast compilation with minimal dependencies and straightforward syntax. The language compiles to C and can bootstrap itself in under a second without requiring external libraries. A distinctive feature is its ability to automatically translate C code into V, which allows developers to incrementally migrate existing C codebases or leverage C libraries within V projects. The language emphasizes memory safety through features like mandatory error handling and immutability by default, while maintaining the performance characteristics of compiled languages.

Developers considering V should understand that it targets projects where compilation speed, self-contained tooling, and C interoperability matter. The language suits teams migrating from C or building systems where dependency minimalism is a priority. The automatic C-to-V translation capability makes it particularly relevant for projects with substantial C components that could benefit from V's safety guarantees without a complete rewrite. Those seeking a mature ecosystem with extensive third-party libraries may find V's current state limiting compared to established languages.

The project shows consistent development activity with regular commits addressing language features, compiler improvements, and standard library expansion. The codebase maintains active engagement with bug reports and feature requests from the community. Development focuses on core language stability and expanding the standard library to reduce reliance on external dependencies. The project demonstrates sustained effort toward improving the compiler's performance and the language's practical usability for real-world applications.