2.5e Pantheons
Pantheons
View recent changes for all deities
gollark: ```haskellprimes = filterPrime [2..] where filterPrime (p:xs) = p : filterPrime [x | x <- xs, x `mod` p /= 0]```So elegant. So concise. So incomprehensible.
gollark: Obviously, Haskell has the best syntax.
gollark: And the objects' types are objects too.
gollark: Regardless, in Python everything is *actually* objects.
gollark: I disagree.
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.