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
- vschannel: fix proxy CONNECT hostname encoding
- ci: add resumable Linux CI runner
- v3: align enum fixed-array typedef names in callbacks
- v3: fold imported const aliases in fixed-array lengths
- V3 ignores the `@[_naked]` fn attribute: no `__attribute__((naked))` is emitted and the function crashes
- Inline assembly tests use 32-bit mnemonic suffixes on platform-`int` operands, so they fail to assemble under gcc/clang
- transform: restore the -d v3_no_parallel build
- v3: `could not infer generic type T in call to json` for a generic method given a nested generic call with a field-init argument
- cgen: emit `__attribute__((naked))` for `@[_naked]` fns (fix #28869)
- tests: use 32-bit operands with 32-bit asm mnemonics (fix #28870)
- Docs
- V not yet supported