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
- Allow negative indexing of array like `arr#[-1]`
- Add power operator `**`
- Add tuple type to encapsulate data of different types.
- Add destructure syntax for array and struct
- match []u8 gives &[]u8
- vfmt "breaks" invalid code with map of `[]u8` with `cap:` instead of giving error
- C error while migrating vpm to veb
- [DB][ORM] DB change the table name to be lowercase (what is not the same behaivour of ORM)
- [orm] pass generic types
- [DB] db.pg and db.mysql consistency
- Docs
- V not yet supported