What is V written in?
The Language Lineage dataset does not currently include compiler or runtime implementation relationships for V. It may appear in influence relationships with other languages.
Relationship Graph
All directly connected languages. Click any node to navigate to its page.
Transpilation
| Language | Confidence | Notes | Source |
|---|---|---|---|
| C | 95% | V primarily transpiles to C | Source |
Influenced By
- Go — V's syntax heavily influenced by Go
- C — V influenced by C and Go for systems programming
- Rust — V influenced by Rust's safety concepts
Frequently Asked Questions
What languages influenced V?
V was influenced by Rust, Go, C among others. See the influence section above for the full list.
Is V self-hosting?
Yes, V is self-hosting — its compiler can compile itself.