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
- checker: fix infix arithmetic on explicit struct pointers
- cgen error: `-(-2)` translated into `--2`
- Failed to compile the `assert` expression with the sub expression `-(-2)` or `+2`
- cgen: keep interface typeof independent of builtin string
- Failed to compile `mut threads := [4]thread (int64, int){}` with multiple values
- `FAIL: fn main.main: assert runtime.nr_jobs() == runtime.nr_cpus()` without the env variable `VJOBS`
- `UdpConn.set_read_timeout` doesn't work for `UdpConn.read()`
- Read from closed channel as in Go
- Compilation error: strings.Builder{} instantiated as []u8
- checker: preserve alias type in array_init for type aliases like strings.Builder
- Docs
- V not yet supported