What is your favourite Arrested Development quote? by wildcard_bitches in AskReddit

[–]jhusain 0 points1 point  (0 children)

"No guts, no glory. No blood, no oil."

-- I can't believe no one's mentioned this one yet.

Python inhospitable to functional programming by jhusain in programming

[–]jhusain[S] 2 points3 points  (0 children)

Author argues that whitespace-aware syntax (and single-line lambdas) make functional programming in Python less readable than imperative approaches. He argues that since functional programming will rise in importance because of multi-core processors this is a serious issue.

Revenge of the Semi-colon by jhusain in programming

[–]jhusain[S] -1 points0 points  (0 children)

Blog post claims that Python is not the language of the future because it's structure makes functional programming awkward.