Questions related to the V programming language, including its syntax and its libraries.
V, inspired by Go, is a statically typed programming language that compiles to machine code. It is currently (2023-03) at version 0.3 and actively developed. It aims to be simple and as fast as C
, and is targeted at systems programming, webdev, gamedev, GUI, mobile, science, embedded, etc.