<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iPhone Development: Objective-C Primer</title>
	<atom:link href="http://idevhub.com/iphone-development-objective-c-primer/feed/" rel="self" type="application/rss+xml" />
	<link>http://idevhub.com/iphone-development-objective-c-primer/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 04:59:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Victor</title>
		<link>http://idevhub.com/iphone-development-objective-c-primer/comment-page-1/#comment-22710</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 05 Dec 2010 16:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/iphone-development-objective-c-primer/#comment-22710</guid>
		<description>I found this overview useful, thanks.

The Apple ObjC Primer is now officially accessible here too, without login:
&lt;a href=&quot;http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/&quot; rel=&quot;nofollow&quot;&gt;

A nice ObjC tutorial is also available at Cocoa Dev Central:
&lt;a href=&quot;http://cocoadevcentral.com/d/learn_objectivec/&quot; rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>I found this overview useful, thanks.</p>
<p>The Apple ObjC Primer is now officially accessible here too, without login:<br />
<a href="http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/Learning_Objective-C_A_Primer/" rel="nofollow"></p>
<p>A nice ObjC tutorial is also available at Cocoa Dev Central:<br />
</a><a href="http://cocoadevcentral.com/d/learn_objectivec/" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Turyn</title>
		<link>http://idevhub.com/iphone-development-objective-c-primer/comment-page-1/#comment-7214</link>
		<dc:creator>Michael Turyn</dc:creator>
		<pubDate>Tue, 16 Jun 2009 19:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/iphone-development-objective-c-primer/#comment-7214</guid>
		<description>The {Objective C}\C part of the language is taken directly from Smalltalk, a pure object-oriented language which uses this syntax throughout...one big difference:  Smalltalk didn&#039;t allow strong typing in method declarations---and it was possible to hack each class&#039; &#039;doesNotUnderstand&#039; response to unknown methods such that you could (for example) delegate incomprehensible messages to another object.

Smalltalk peaked a little too soon:  its message-passing paradigm would seem ideally suited to the Intarwebs.</description>
		<content:encoded><![CDATA[<p>The {Objective C}\C part of the language is taken directly from Smalltalk, a pure object-oriented language which uses this syntax throughout&#8230;one big difference:  Smalltalk didn&#8217;t allow strong typing in method declarations&#8212;and it was possible to hack each class&#8217; &#8216;doesNotUnderstand&#8217; response to unknown methods such that you could (for example) delegate incomprehensible messages to another object.</p>
<p>Smalltalk peaked a little too soon:  its message-passing paradigm would seem ideally suited to the Intarwebs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Terry</title>
		<link>http://idevhub.com/iphone-development-objective-c-primer/comment-page-1/#comment-2622</link>
		<dc:creator>Jason Terry</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/iphone-development-objective-c-primer/#comment-2622</guid>
		<description>Nice Article.  Someone as knowledgeable would have no problem finding a job developing for mobile industry.  I found this site - http://www.iphonefreelancers.com - in case you think it may be helpful to your users.</description>
		<content:encoded><![CDATA[<p>Nice Article.  Someone as knowledgeable would have no problem finding a job developing for mobile industry.  I found this site &#8211; <a href="http://www.iphonefreelancers.com" rel="nofollow">http://www.iphonefreelancers.com</a> &#8211; in case you think it may be helpful to your users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://idevhub.com/iphone-development-objective-c-primer/comment-page-1/#comment-311</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 20 Jul 2008 05:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://trailsinthesand.com/iphone-development-objective-c-primer/#comment-311</guid>
		<description>This was really useful thank you. I&#039;m not sure if I&#039;m the only one but the syntax seems totally greek to me.... granted i&#039;ve only programmed in java, javascript, c, c++, ruby and written syntax structures in lex and yacc. But I see there might be some method behind the madness:
Take [myArray insertObject:anObj atIndex:0], it basically Forces you to adequately describe you functions  so that the are understandable at every call... trying to prevent lazy programming I suppose.

Even still a lighter less foreign syntax would seem to do loads for the first time objective c developer.</description>
		<content:encoded><![CDATA[<p>This was really useful thank you. I&#8217;m not sure if I&#8217;m the only one but the syntax seems totally greek to me&#8230;. granted i&#8217;ve only programmed in java, javascript, c, c++, ruby and written syntax structures in lex and yacc. But I see there might be some method behind the madness:<br />
Take [myArray insertObject:anObj atIndex:0], it basically Forces you to adequately describe you functions  so that the are understandable at every call&#8230; trying to prevent lazy programming I suppose.</p>
<p>Even still a lighter less foreign syntax would seem to do loads for the first time objective c developer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

