Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
ygra
13y ago
0 comments
Save
Share
Doesn't Go compile to machine code as well without a VM in between?
0 comments
2 comments · 2 top-level
top
newest
oldest
pyre
13y ago
Go has garbage collection, which I think some people confuse with using a VM.
jeremyjh
13y ago
It has a runtime statically linked. All linking is static and std call interfaces are not exposed so you cannot expose libraries to other language bindings.
j
/
k
navigate · click thread line to collapse