Hacker News new | ask | show | jobs
by vardump 3112 days ago
What do you mean by VM?

I don't think there's a virtual machine in Go.

2 comments

Go doesn't have a VM, but it has a garbage collector and scheduler (its runtime) which makes FFI more difficult than languages like Rust or C, to the OP's point.
There isn't I meant GC(Garbage Collector). Sorry.