'This American Life' retracts episode about Foxconn's iPad factories
theverge.com1 pointsby openbear0 comments
int foo[] = { 1, 2, 3, 4, 5};
... but in Objective-C, for an NSArray literal I'd write ... NSArray *bar = @[o1, o2, o3];
Why did they choose '[' over '{'? Oddly enough, NSDictionary uses '{'. NSString *baz = @"look, an NSString literal";
char szBaz[] = "look, a C string literal";
Their example Van Gogh images look okay as thumbnails but are really different from the originals when viewed larger.
Overall a neat project though.