llgo

Go compiler based on LLVM with C ecosystem and Python integration

brewmacoslinux
Try with needOr install directly
Source

About

Go compiler based on LLVM integrate with the C ecosystem and Python

Commands

llgo

Examples

Compile a simple Go program to native code$ llgo build -o myprogram main.go
Run a Go program directly with llgo$ llgo run main.go
Compile Go code with C interop enabled$ llgo build -o cprogram main.go