A “One” Line Echo Server Using “let” in Pythonsigusr2.net 5 pointsinglesp11 years ago1 commentSaveHideCopy link On HNComments−rnhmjoj11yGreat! I have never thought about using optional parameters in lambdas. A useful new technique for golfing.I would use all() instead of the "== None" trick and __import__().http://hastebin.com/nemiyukenu.python
Comments
Great! I have never thought about using optional parameters in lambdas. A useful new technique for golfing.
I would use all() instead of the "== None" trick and __import__().
http://hastebin.com/nemiyukenu.python