The Shahadah (Islamic Declaration of Faith) in Python
May 14, 2008
A moment of fancy on IRC led me to concoct the following:
((len([i for i in __globals__ if i is not god and type(i) is type(god)]) == 0) and (god.prophet == muhammad))) == True
This is the Shahadah represented in Python.
Programming Language Wars are frequently religious, I thought why not take it a step further.