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
- cgen: print string and bool assert operand values
- builtin: fix Boehm interior pointers and modal GC aborts on Windows (…
- v3: restore -raw-vsh-tmp-prefix for scripts without the .vsh extension
- v3: finish optional if guard wrapper recovery
- V3: checker_ownership_alias_test.v never finishes compiling (-d ownership compiler spins at 100% CPU)
- types, driver, markused: keep checker work on the main thread in -d v3_no_parallel builds
- modulecache: implement file metadata on Windows
- v3 cgen: fn type used as a parameter of another fn type is emitted with only its first parameter, the rest are spliced into the outer typedef
- v3: keep same-named types from using str methods of other modules
- v3: parse pointer-bearing generic args like `Foo[fn (&T) int]` as type args
- Docs
- V not yet supported