Hacker News new | ask | show | jobs
by MatthewWilkes 4443 days ago
Yeah, just use python!

  class B(object):
      def __eq__(self, other):
          return True

  b=B()
It's much more expressive
1 comments

Okay.