@sam @RustyCrab @zero it depends on what you are actually wanting to build that would determine if Go is a good language to use; there are ways to manually manage memory in Go using CGo (sinful) https://pkg.go.dev/cmd/cgo
I personally don’t recommend using CGo but if manual memory management is a requirement then its possible to benefit from the modern features of Go with the C stuff, if its really necessary.