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
- `foo(mut a)` generates invalid c code, for `fn foo(mut baz ?&Abc) {`, and `mut a := ?Abc{}`
- orm: using a generic struct leads to cgen error unless the type is explicitely specified
- Map size limited by u32
- `BufferedReader.read_line` undocumented behavior on new line characters
- Memory leakage, inserting random value into struct reference
- Internal panic when use `init1` in `[]int{}` fields with `-check` flag
- Runtime error when print struct with uninitialized field of interface type
- Warning: ‘memcpy’ specified bound between .... exceeds maximum object size
- `json2.decode` silently drops decoding all map values other than `string`
- Cannot run abcd example from documantation
- Docs
- V not yet supported