Hacker News new | past | comments | ask | show | jobs | submit login

> Go doesn't have an implicit "this" pointer.

You want to say Go doesn't have an explicit "this" pointer.




No, what I mean is that you have to refer to the receiver explicitly even from within methods invoked on that same receiver, contrary to Java or C++ where 'this' is implicitly assumed when you refer to other members of the receiver.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: