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
- strconv: add configurable thousands formatting
- new compiler: `v -shared` exports all functions (private, non-exported and builtin), not only `@[export]` ones
- sokol: fix Wayland pipe descriptor ABI
- cmdexec: give capture-only commands EOF on stdin
- cgen: fix function-field calls on pointer-backed mutable receivers
- checker: do not report `.byte` inside inline assembly as the deprecated `byte` type (fix #28739)
- feat: format thousands
- net.http: drop TE from HTTP/2 server response headers and trailers
- C error with multiple structs that contain the same method/property name
- cgen: restore -trace-calls in the new compiler
- Docs
- V not yet supported