The V Programming Language
docs
- Go-like syntax
- compiles to human readable C
- C compatibility
- manual memory allocation
- autofree at compile time to reduce GC at runtime
- generics
- optionals (explicitly null pointers)
Commentaries
The V Programming Language: Vain Or Virtuous? | Hackaday
V - Best Programming Language to Learn in 2023? - YouTube
Vlang: The language of 2023?? | Prime React - YouTube
- the promises are too good to be true
Libraries
builtin | vdoc
orm | vdoc
vlang/ui: Cross-platform UI library written in V
Package Manager
https://vpm.vlang.io v install [module]