<?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: Learning How To Program In Objective-C</title>
	<atom:link href="http://blog.robotforest.com/2009/10/06/learning-how-to-program-in-objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robotforest.com/2009/10/06/learning-how-to-program-in-objective-c/</link>
	<description></description>
	<lastBuildDate>Sat, 06 Feb 2010 17:03:38 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gjunkie</title>
		<link>http://blog.robotforest.com/2009/10/06/learning-how-to-program-in-objective-c/comment-page-1/#comment-3725</link>
		<dc:creator>gjunkie</dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robotforest.com/?p=2301#comment-3725</guid>
		<description>Well it&#039;s easy to those that can think in a certain way. I&#039;m having an OK time with Objective-C and I think over time I&#039;ll get it pretty well, but the beginning stages are pretty slow.</description>
		<content:encoded><![CDATA[<p>Well it&#8217;s easy to those that can think in a certain way. I&#8217;m having an OK time with Objective-C and I think over time I&#8217;ll get it pretty well, but the beginning stages are pretty slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://blog.robotforest.com/2009/10/06/learning-how-to-program-in-objective-c/comment-page-1/#comment-3704</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robotforest.com/?p=2301#comment-3704</guid>
		<description>Programming&#039;s relatively easy.  My chief problem with Objective-C (which I haven&#039;t used in any real capacity, by the way) is that all methods are virtual.  That&#039;s a major runtime expense for compiled languages.  Java can get away with it better because even though it&#039;s compiled, the JDK is incapable of producing native code, so it&#039;ll be relatively slow anyway.</description>
		<content:encoded><![CDATA[<p>Programming&#8217;s relatively easy.  My chief problem with Objective-C (which I haven&#8217;t used in any real capacity, by the way) is that all methods are virtual.  That&#8217;s a major runtime expense for compiled languages.  Java can get away with it better because even though it&#8217;s compiled, the JDK is incapable of producing native code, so it&#8217;ll be relatively slow anyway.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
