Last active
December 22, 2015 21:29
-
-
Save absurd/4641ada79554d1fc4321 to your computer and use it in GitHub Desktop.
An unfalse poem that evaluates properly.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2013AD Gallus Absurd | |
def unfalse_poem(): | |
None is not True or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment