v
https://github.com/vlang/v
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
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
V not yet supported10 Subscribers
Add a CodeTriage badge to v
Help out
- Issues
- Capturing closures leak their captured context under -gc boehm (unbounded growth in frame-based apps)
- builtin: collect captured closure contexts under -gc boehm (fix unbounded stored-closure leak)
- net.http: TLS server shutdown fix (#27429) follow-ups — handshake timeout tied to accept_timeout, read_timeout no-op on HTTPS
- checker: register nested generic str deps
- cgen: use .incbin assembler directives for $embed_file, eliminate the 5MB limit
- cgen error when compiling with `-d use_libbacktrace`
- Misleading `v_stable_sort` appears in backtraces
- `orm.Connection` interface lacks `exec()` method, forcing raw SQL execution to bypass the interface
- builtin: fix compiling with tcc showing v_stable_sort for all frames
- x.json2: RFC compliance, more tests
- Docs
- V not yet supported