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
- [feat] Support JSON as an alternative format for i18n translation files
- cgen: fix option reference string interpolation
- cgen: parallel codegen data race on g.table.find_sym() emits builtin-type method calls UNMANGLED (missing `builtin__` prefix) -> intermittent `undefined reference` at link (affects -prod too; not just .free())
- Mistake inside the list of Compile time pseudo variables
- cgen: `${&val}` on an option value emits `&&val` and fails to C-compile
- New syntax for declaring `mut` and `pub` struct fields
- Alias issues
- for-in loop causes an infinite loop when `high` overflows `low` via casting
- checker: reject unresolved types used in interface `match`/`is` branches
- picoev: survive peer RST — ignore SIGPIPE at loop creation + SO_NOSIGPIPE on accepted sockets
- Docs
- V not yet supported