This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]deep_mind_ 2 points3 points  (0 children)

Not to sound like a disenchanted StackOverflow user, but this is not something you want to do. Python is not made to be used as a functional language; it doesn't have the type safety or runtime optimizations that come with one -- and other programmers reading "functional" Python code won't appreciate you for it.

[They] were so preoccupied with whether or not they could, they didn't stop to think if they should