xgo

AI-native programming language for software engineering tasks

brewmacoslinux
Try with needOr install directly
Source

About

AI-native programming language that integrates software engineering

Commands

xgo

Examples

write code using natural language instructions$ xgo 'create a function that sorts an array'
generate a complete program from a description$ xgo 'build a todo list app with save and load features'
explain what code does in plain English$ xgo explain < myprogram.xgo
convert Python code to another language$ xgo 'translate this Python function to JavaScript' < script.py
run xgo source code directly$ xgo run myprogram.xgo