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
- vfmt: `v fmt` stopped inserting indentation for trailing struct literals
- cgen: preserve defaults on specialized generic structs
- V fails to build with GC enabled on 32-bit powerpc: `v2(48980,0xf0403000) malloc: *** mmap(size=16777216) failed (error code=12)`
- v3: every successful build leaves its '.<out>.v3cc.<pid>.*' C build directory behind on Windows (success path uses os.rmdir on a non-empty dir)
- Time Is a Pointer in v3? Maps can't contain structs that might contain pointers?
- master: vc/v.c fails to compile on macOS (SYS_getrandom undeclared)
- master: vc/v.c fails with GCC 16 (renameat implicit declaration under -std=c99)
- `v3: bare type names in generic calls are resolved outside the writing file's scope`
- `v3 scoped monomorphize: SIGSEGV or wrong C when the memory-bounded path runs`
- cgen: recognize a file's own module in a qualified name
- Docs
- V not yet supported