xgo

AI-native programming language for integrated software engineering

brewmacoslinux
Try with needOr install directly
Source

About

AI-native programming language that integrates software engineering

Commands

xgo

Examples

Initialize a new xgo project$ xgo init my-project
Build and run an xgo program$ xgo run main.xgo
Compile xgo source to executable$ xgo build main.xgo -o my-app