3 Comments
User's avatar
Pau Labarta Bajo's avatar

Great hands on tutorial, thank you 😊

Expand full comment
Suciu's avatar

LLVM at core of Golang? Care to elaborate? The go compiler is written in Go, previous one was inherited from Plan9…

Expand full comment
Alex Razvant's avatar

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.

Expand full comment