DEV Community

Discussion on: How I learned Go Programming

Collapse
 
kellermanmota profile image
Kellerman

Hello Francis.

Great Article!!

I'm a Java Developer for some years, and I interested in Go for now.
I read in some articles that GO don't have a Virtual Machine behind and all the code is compiled to native code. This is true? If yes, which approach use to manage memory??

Thanks!!

Collapse
 
codehakase profile image
Francis Sunday

Hi there, take a look at this text from the Go website, it'll be of more help to answer your question - golang.org/doc/faq#garbage_collection

Collapse
 
serrevendedora profile image
Revendedora

Great Article!