Dear Adobe: Support Haxe, save your Tools
fortressofdoors.com3 pointsby Dunnorandom0 comments
while True:
bytes = io.get(x)
if not bytes:
break
...
which I think is objectively less readable. [bar(x) for x in map(foo, stuff) if x]
instead - which I personally don't mind, but it's arguably not as clear as having the in-line assignment expression. [].slice.call(nodeList)
That way you get all array methods, not just forEach.