DEV Community

Discussion on: Getting started with Go

Collapse
 
lexiebkm profile image
Alexander B.K.

I just got started on Go a few days ago.
For those who have known C, Go is like a modern C, with the addition of such things as implicit Interface which can be confusing for those who have known C++, Java, PHP or other OOP languages. Unfortunately, it doesn't provide pointer arithmetic available in C/C++.