Go compiler based on LLVM with C ecosystem and Python integration
Go compiler based on LLVM integrate with the C ecosystem and Python
llgo
$ llgo build -o myprogram main.go
$ llgo run main.go
$ llgo build -o cprogram main.go