Hacker News new | ask | show | jobs
A “One” Line Echo Server Using “let” in Python (sigusr2.net)
5 points by inglesp 4229 days ago
1 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