
Feb. 25, 2010
3:20 p.m.
On Thu, Feb 25, 2010 at 8:45 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
Even aside from the interpreter parsing problem, there's actually a more important human parsing problem.
Another human parsing problem is this: x = [(k, v) in somedict.items() if condition(v)] What should be stored in the result? While we can decide what it should be, it's not blindingly obvious for a reader. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller