odin

Systems programming language emphasizing simplicity and performance

brewmacoslinux
Try with needOr install directly
Source

About

Programming language with focus on simplicity, performance and modern systems

Commands

odin

Examples

Check Odin version and compiler information$ odin version
Build and run an Odin program$ odin build main.odin -out:program && ./program
Format Odin source code files$ odin fmt .