Notices tagged with guido
-
Joshua Judson Rosen (rozzin)'s status on Thursday, 13-Oct-2016 23:32:50 EDT Joshua Judson Rosen @steve, #Guido actually *really* wanted to drop !lambda in #Python 3: https://www.artima.com/weblogs/viewpost.jsp?thread=98196 -
Joshua Judson Rosen (rozzin)'s status on Thursday, 13-Oct-2016 23:20:10 EDT Joshua Judson Rosen @steve, I ♥ !lambda, but they can kill your performance in #Python because there's so much overhead in Python's procedure-call implementation. So #Guido would say you're supposed to use list comprehensions for that stuff at this point.