(no title)
VeejayRampay | 5 months ago
people will keep on trucking with their "pythonic" for loops containg appends to a list that was initialized right before, their disgust for recursion, their absence of lambdas, the lack of monadic return types or containers
jghn|5 months ago
Python has had `map` and friends for well over 20 years. Also see the built in `functools`
skirmish|5 months ago