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
- ast, cgen: fix receiver methods on embedded interfaces (fix #19550)
- feat(net, veb): add OpenSSL-based HTTPS server support
- fix(cgen): fix address-of and as_cast pointer codegen
- wasm: unsupported types abort with internal 'get_wasm_type: unreachable' (ICE) instead of a clean error
- cgen: use .incbin assembler directives for $embed_file, eliminate the 5MB limit
- x86-64 backend compatible with Mac OS 10.4
- builder, util: fix symlinked vmodules import and temp dir v.mod pollution
- Inline error/option propagation
- scanner: refactor new_plain_scanner to accept file_path, file_base an…
- `vlib/gc` wrapper emitted `gc.h` references V-only types, breaks plain-C shims
- Docs
- V not yet supported