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
- net.openssl: fix double-free on shutdown()
- builtin: add closure lifetime reclamation
- Add an AES-GCM support into the `aes` module
- Windows: building a V project located directly under a drive root hangs forever (infinite loop in find_module_path)
- v fmt incorrect behavior with parameter types in struct fn fields
- cgen: `as`/`is` on a sumtype option-type variant (`type Foo = ?Bar | Baz`) uses the wrong union member
- builder: fix infinite loop in find_module_path for projects at a Windows drive root
- ast, cgen: fix receiver methods on embedded interfaces (fix #19550)
- refactor(fasthttp): make both Linux (epoll) and BSD (kqueue) backends asynchronous
- feat(net, veb): add OpenSSL-based HTTPS server support
- Docs
- V not yet supported