Hacker News new | ask | show | jobs
by jstimpfle 756 days ago
In Python, you can easily just not type "self" (or whatever you named the 1st arg).

In C++, you can not not type "this", at least if you don't, "this" will be looked up anyway.