Hacker News new | ask | show | jobs
by danharaj 2728 days ago
It's a pain in the ass to write functional code in python because the syntax is not optimized for it. A functional programming language makes lambda and (partial) application as cheap as possible, which Python does not.