LLGo, un compilateur Go basé sur LLVM pour l'interopérabilité avec l'écosystème C
Summary
LLGo is a Go compiler based on LLVM to better integrate Go with the C ecosystem, including Python and JavaScript. It provides C/C++ bindings, a go:linkname-based interoperability mechanism, and Python bindings to run Python libraries from Go. The project is open-source and includes installation steps, demos, and development tooling.