Hacker News new | ask | show | jobs
by gall 4659 days ago
Here's a little something in Python that I spent the last few hours writing:

  def unfalse_poem():
      (None is True) and False
      for subject in [complex(True,False)]:
          subject is not object
          for certainty in [complex(False,True)]:
              certainty is not Exception
              certainty is not license
              subject and certainty
              reduce and coerce
              coerce and reduce
              while certainty.real: unexamined
      for certainty in [complex(False,True)]:
          return certainty is not certainty.real is not certainty
2 comments

It has a certain ring of Vogon poetry to it...
That's a very worthy philosophy.