Learn how to build a custom Rust library and generate Python Bindings. See how popular frameworks like Bytewax and Polars use the same workflow.
Great hands on tutorial, thank you π
LLVM at core of Golang? Care to elaborate? The go compiler is written in Go, previous one was inherited from Plan9β¦
Hi Suciu,
Thanks for pointing that out - It was a mistake on my part!
You're right, LLVM is not at the core of the Go compiler.
I should have specified the llgo project (https://github.com/goplus/llgo) as a LLVM-variant of Go.
Great hands on tutorial, thank you π
LLVM at core of Golang? Care to elaborate? The go compiler is written in Go, previous one was inherited from Plan9β¦
Hi Suciu,
Thanks for pointing that out - It was a mistake on my part!
You're right, LLVM is not at the core of the Go compiler.
I should have specified the llgo project (https://github.com/goplus/llgo) as a LLVM-variant of Go.