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
- compiler: preserve escaped interpolation in interpolated strings
- os.glob: patterns starting with ./ or ../ match nothing on Unix
- os: fix glob() patterns starting with ./ or ../ matching nothing
- new compiler: nested or blocks with error smartcasts generate invalid C
- new compiler: `$for member in T.values` gives wrong values for `@[flag]` enums
- new compiler: assigning `none` to a generic `mut` Option parameter generates invalid C
- new compiler: private struct fields of another module can be read
- rfc3339 timezone data is lost on parse
- checker: report `.wait()` on non-thread arrays, unknown map methods and unknown enum values
- new compiler: capturing closure assigned to a field through a cast pointer is destroyed at scope exit (closure_try_destroy) -> SIGSEGV on call
- Docs
- V not yet supported