>>15
Python would be awesome for me without the "self" pointer, __all__those__underscores__, and those weird methods like len(array) (array.length would be more consistant) and "/".join(array) (array.join("/") would be great). That's why Ruby is cleaner according to me, even if it's slow as hell.