Y
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
weberc2
3112 days ago
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.
link
zie
3112 days ago
There isn't I meant GC(Garbage Collector). Sorry.
link