V
Simple, fast compiled language inspired by Go — designed for rapid compilation and safe memory management without a GC.
static
compiled
since 2019
imperativeoopfunctional
V (Vlang) compiles to C for portability and produces small native binaries without a garbage collector. It draws heavily on Go’s syntax and philosophy while adding features like sum types, optional types, and compile-time memory safety checks. The compiler itself is written in V and compiles in under a second.