January 2012
1 post
Objective-C Designing With Blocks
I recently started doing some Objective-C development at work. Coming from a Ruby/Python/JavaScript background, I was stoked to see that Objective-C had support for blocks. Here’s a great tutorial on the subject. Closures are a wonderful way to handle the complexities surrounding asynchrounous I/O. Ask any Node.js nerd, they’ll attest to this fact. I’ve been leaning on blocks...
Jan 15th
5 notes