Nu Blocks and Objective-C Blocks, Part 2
OK, at last I’m finally writing part two. Boy it’s surprisingly difficult to update one’s blog regularly…
So in Part 1 I showed how you can write over the function pointer of a block with another function pointer and the block will still work. It’s probably also possible to construct a block from scratch, but I don’t really see any benefit to that.
So, how to make a C block that will call a Nu block? Read more »
