beautiful snej soup, yum - posts tagged 'objective-c' http://snej.soup.io/ beautiful snej soup, yum - posts tagged 'objective-c' - posts tagged 'objective-c' http://snej.soup.io/ http://3.asset.soup.io/asset/0108/4723_8c6e.jpeg 100 100 My name is Jens. I'm a geek. The good kind. I'm interested in many things ... objc_msgSend() Tour {"tags":["cocoa","objective-c"],"type":"link","title":"objc_msgSend() Tour","source":"http://www.friday.com/bbum/2009/12/18/objc_msgsend-part-1-the-road-map/","body":"Bill Bumgarner: \"What follows (across this and 3 more posts, maybe more) is a rather detailed tour of objc_msgSend() as implemented in Mac OS X 10.6.2. Rather detailed in that every instruction will be explained. Even though it is relatively few instructions, there is a considerable amount of background information that is helpful to understanding the objc_msgSend() instruction stream.\""} <p>Bill Bumgarner: "What follows (across this and 3 more posts, maybe more) is a rather detailed tour of objc_msgSend() as implemented in Mac OS X 10.6.2. Rather detailed in that every instruction will be explained. Even though it is relatively few instructions, there is a considerable amount of background information that is helpful to understanding the objc_msgSend() instruction stream."</p> <p><a href="http://www.friday.com/bbum/2009/12/18/objc_msgsend-part-1-the-road-map/">http://www.friday.com/bbum/2009/12/18/objc_msgsend-part-1-the-road-map/</a></p>Thu, 04 Feb 2010 17:21:18 GMThttp://snej.soup.io/post/44402062/objc-msgSend-Toururn:www-soup-io:1:44402062linkcocoaobjective-c iPhone Development Emergency Guide [Matt Legend Gemmell] {"tags":["programming","iphone","development","objective-c"],"type":"link","title":"iPhone Development Emergency Guide [Matt Legend Gemmell]","source":"http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide","body":"\"This is an emergency guide to iPhone software development, i.e. a guide for competent developers who haven\u2019t written code for the iPhone platform before, and just want to get started right now.\""} <p>"This is an emergency guide to iPhone software development, i.e. a guide for competent developers who haven’t written code for the iPhone platform before, and just want to get started right now."</p> <p><a href="http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide">http://mattgemmell.com/2009/07/14/iphone-development-emergency-guide</a></p>Wed, 22 Jul 2009 02:51:25 GMThttp://snej.soup.io/post/23728856/iPhone-Development-Emergency-Guide-Matt-Legend-Gemmellurn:www-soup-io:1:23728856linkprogrammingiphonedevelopmentobjective-c Blocks for iPhoneOS 3.0 and Mac OS X 10.5 [Plausible Labs] {"tags":["mac","programming","library","iphone","objective-c","functional"],"type":"link","title":"Blocks for iPhoneOS 3.0 and Mac OS X 10.5 [Plausible Labs]","source":"http://www.plausiblelabs.com/blog/?p=8","body":"\"Blocks are a great addition to Objective-C, but unfortunately, are only available in Mac OS X 10.6. We have a quite a bit of code that could be greatly simplified using blocks, and so I decided to spend some time back-porting block support to iPhoneOS 3.0 and Mac OS X 10.5.\n\"The result, Plausible Blocks, provides a drop-in runtime and Xcode compiler for using blocks in your iPhone and Mac OS X 10.5 applications, based on Apple\u2019s Snow Leopard blocks runtime and compiler support.\""} <p>"Blocks are a great addition to Objective-C, but unfortunately, are only available in Mac OS X 10.6. We have a quite a bit of code that could be greatly simplified using blocks, and so I decided to spend some time back-porting block support to iPhoneOS 3.0 and Mac OS X 10.5. "The result, Plausible Blocks, provides a drop-in runtime and Xcode compiler for using blocks in your iPhone and Mac OS X 10.5 applications, based on Apple’s Snow Leopard blocks runtime and compiler support."</p> <p><a href="http://www.plausiblelabs.com/blog/?p=8">http://www.plausiblelabs.com/blog/?p=8</a></p>Sun, 12 Jul 2009 16:18:46 GMThttp://snej.soup.io/post/23067938/Blocks-for-iPhoneOS-3-0-and-Macurn:www-soup-io:1:23067938linkmacprogramminglibraryiphoneobjective-cfunctional plblocks {"tags":["mac","programming","iphone","objective-c","functional","library"],"type":"link","title":"plblocks","source":"http://code.google.com/p/plblocks/","body":"\"Plausible Blocks (PLBlocks) provides a drop-in runtime and toolchain for using blocks [aka closures] in iPhone 2.2+ and Mac OS X 10.5 applications. Both the runtime and compiler patches are direct backports from Apple's Snow Leopard source releases.\""} <p>"Plausible Blocks (PLBlocks) provides a drop-in runtime and toolchain for using blocks [aka closures] in iPhone 2.2+ and Mac OS X 10.5 applications. Both the runtime and compiler patches are direct backports from Apple's Snow Leopard source releases."</p> <p><a href="http://code.google.com/p/plblocks/">http://code.google.com/p/plblocks/</a></p>Sun, 12 Jul 2009 16:17:02 GMThttp://snej.soup.io/post/23067940/plblocksurn:www-soup-io:1:23067940linkmacprogrammingiphoneobjective-cfunctionallibrary ParseKit - Cocoa Objective-C Framework for parsing, tokenizing and language processing {"tags":["mac","iphone","library","objective-c","parsing"],"type":"link","title":"ParseKit - Cocoa Objective-C Framework for parsing, tokenizing and language processing","source":"http://parsekit.com/","body":"Mac/iPhone library for string-scanning and writing language parsers. By Todd Ditchendorf, author of Fluid. MIT license."} <p>Mac/iPhone library for string-scanning and writing language parsers. By Todd Ditchendorf, author of Fluid. MIT license.</p> <p><a href="http://parsekit.com/">http://parsekit.com/</a></p>Fri, 03 Jul 2009 20:09:08 GMThttp://snej.soup.io/post/22580990/ParseKit-Cocoa-Objective-C-Framework-for-parsingurn:www-soup-io:1:22580990linkmaciphonelibraryobjective-cparsing PsychoH13's C-ObjC-Blocks at master - GitHub {"tags":["cocoa","objective-c","languages"],"type":"link","title":"PsychoH13's C-ObjC-Blocks at master - GitHub","source":"http://github.com/PsychoH13/C-ObjC-Blocks/tree/master","body":"Open source implementation of the runtime libraries for C and Objective-C \"blocks\" (aka \"closures\") that Apple's implemented for OS X 10.6. This should allow us to use blocks in 10.5..."} <p>Open source implementation of the runtime libraries for C and Objective-C "blocks" (aka "closures") that Apple's implemented for OS X 10.6. This should allow us to use blocks in 10.5...</p> <p><a href="http://github.com/PsychoH13/C-ObjC-Blocks/tree/master">http://github.com/PsychoH13/C-ObjC-Blocks/tree/master</a></p>Thu, 30 Apr 2009 00:16:41 GMThttp://snej.soup.io/post/18190442/PsychoH13s-C-ObjC-Blocks-at-master-GitHuburn:www-soup-io:1:18190442linkcocoaobjective-clanguages