vlang

Fast, compiled programming language with simple syntax and no dependencies

brewmacoslinux
Try with needOr install directly
Source

About

V programming language

Commands

v

Examples

Create and run a simple V program$ v run hello.v
Compile V source code to an executable$ v build hello.v -o hello
Format V source files according to style guide$ v fmt hello.v