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
- net.http: reject malformed HTTP/3 response fields and trailers
- Rune literals reject octal escapes and multi-byte UTF-8 escapes (`\141`, `\xe2\x98\x85`) since 3b7b5eec98
- v3: C backend loses the namespace of a selectively imported generic global used by an iterator
- scanner: accept octal and multi-byte escapes in rune literals (fix #28880)
- v3: Unqualified C-style variadic call introduces array_new with `-no-builtin`
- v3: Generic method on a global container of function pointers calls a missing specialization
- v3: -no-closures rejects a capture-free lambda but accepts its fn literal equivalent
- v3: Enum shorthand in a returned match is inferred as int with `-no-builtin`
- v3: `-no-builtin` emits an Optional layout without `err` but still reads `err`
- addition: add (u/i)128 primitive types
- Docs
- V not yet supported