<?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: On Application Development</title>
	<atom:link href="http://randomfoo.net/2009/01/27/on-application-development/feed" rel="self" type="application/rss+xml" />
	<link>http://randomfoo.net/2009/01/27/on-application-development</link>
	<description>blog blog blog</description>
	<lastBuildDate>Fri, 04 May 2012 09:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: itjob123</title>
		<link>http://randomfoo.net/2009/01/27/on-application-development/comment-page-1#comment-357</link>
		<dc:creator>itjob123</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://randomfoo.net/?p=5217#comment-357</guid>
		<description>I think to some degree, what he&#039;s talking about really revolves around a person&#039;s difficulty of accomplishing a desired task *relative* to one&#039;s understanding of the context. I think a lot of the discussion gets tied up because it tries to draw a fixed binary division across a gap that&#039;s wholly dependent on personal experience and domain-specific goals.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://staffingpower.com/&quot; rel=&quot;nofollow&quot;&gt;http://staffingpower.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think to some degree, what he&#39;s talking about really revolves around a person&#39;s difficulty of accomplishing a desired task *relative* to one&#39;s understanding of the context. I think a lot of the discussion gets tied up because it tries to draw a fixed binary division across a gap that&#39;s wholly dependent on personal experience and domain-specific goals.</p>
<p><a href="http://staffingpower.com/" rel="nofollow">http://staffingpower.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sex toys</title>
		<link>http://randomfoo.net/2009/01/27/on-application-development/comment-page-1#comment-82</link>
		<dc:creator>sex toys</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://randomfoo.net/?p=5217#comment-82</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lhl</title>
		<link>http://randomfoo.net/2009/01/27/on-application-development/comment-page-1#comment-27</link>
		<dc:creator>lhl</dc:creator>
		<pubDate>Wed, 28 Jan 2009 11:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://randomfoo.net/?p=5217#comment-27</guid>
		<description>For me, the issue seems to be that though he starts (red-herring like talking?) about scripting and programming &quot;languages,&quot; (and yes, it&#039;s wrong-headed), and then goes on to describe the difference in how he views the *activities* of &quot;scripting&quot; and &quot;programming&quot;... which I suppose is also nonsensical and doesn&#039;t parse in a &quot;you keep using that word. I do not think it means what you think it means&quot; type of way (and it certainly has stirred up the languagenistas in the comments).&lt;br&gt;&lt;br&gt;That being said, I don&#039;t think Atwood&#039;s trolling, but the vocabulary for describing that distinction just isn&#039;t there. I think to some degree, what he&#039;s talking about really revolves around a person&#039;s difficulty of accomplishing a desired task *relative* to one&#039;s understanding of the context.  I think a lot of the discussion gets tied up because it tries to draw a fixed binary division across a gap that&#039;s wholly dependent on personal experience and domain-specific goals.</description>
		<content:encoded><![CDATA[<p>For me, the issue seems to be that though he starts (red-herring like talking?) about scripting and programming &#8220;languages,&#8221; (and yes, it&#39;s wrong-headed), and then goes on to describe the difference in how he views the *activities* of &#8220;scripting&#8221; and &#8220;programming&#8221;&#8230; which I suppose is also nonsensical and doesn&#39;t parse in a &#8220;you keep using that word. I do not think it means what you think it means&#8221; type of way (and it certainly has stirred up the languagenistas in the comments).</p>
<p>That being said, I don&#39;t think Atwood&#39;s trolling, but the vocabulary for describing that distinction just isn&#39;t there. I think to some degree, what he&#39;s talking about really revolves around a person&#39;s difficulty of accomplishing a desired task *relative* to one&#39;s understanding of the context.  I think a lot of the discussion gets tied up because it tries to draw a fixed binary division across a gap that&#39;s wholly dependent on personal experience and domain-specific goals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lhl</title>
		<link>http://randomfoo.net/2009/01/27/on-application-development/comment-page-1#comment-26</link>
		<dc:creator>lhl</dc:creator>
		<pubDate>Wed, 28 Jan 2009 10:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://randomfoo.net/?p=5217#comment-26</guid>
		<description>Yeah, horses for courses I guess.  &lt;br&gt;&lt;br&gt;I&#039;ve found Objective-C to be annoying to infuriatingly, and Cocoa to be crufty and at times, just plain hateful.  Casting between NS and CF contexts, the performance penalties for using getters so that you need to create local pointers for everything, the mess w/ NSStrings and annoyances w/ simple things like equality, switches and concatenation, all the context switches and then the mishmash of NS and CF stuff, sleeps and delays causing animations not to be thrown, etc. etc.  &lt;br&gt;&lt;br&gt;The application I&#039;ve been working on is conceptually trivial, but it&#039;s been a slog plowing through it - I guess I just don&#039;t think in the right way.</description>
		<content:encoded><![CDATA[<p>Yeah, horses for courses I guess.  </p>
<p>I&#39;ve found Objective-C to be annoying to infuriatingly, and Cocoa to be crufty and at times, just plain hateful.  Casting between NS and CF contexts, the performance penalties for using getters so that you need to create local pointers for everything, the mess w/ NSStrings and annoyances w/ simple things like equality, switches and concatenation, all the context switches and then the mishmash of NS and CF stuff, sleeps and delays causing animations not to be thrown, etc. etc.  </p>
<p>The application I&#39;ve been working on is conceptually trivial, but it&#39;s been a slog plowing through it &#8211; I guess I just don&#39;t think in the right way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Willison</title>
		<link>http://randomfoo.net/2009/01/27/on-application-development/comment-page-1#comment-25</link>
		<dc:creator>Simon Willison</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://randomfoo.net/?p=5217#comment-25</guid>
		<description>Just to clarify, the only statement that really upsets me is &quot;that&#039;s a scripting language, not a programming language&quot;. Scripting languages are clearly a subset of programming languages. I&#039;m OK with the use of the term scripting language provided it isn&#039;t used to make a comparison with &quot;programming languages&quot;. I do however think dynamic language is a more useful classification.</description>
		<content:encoded><![CDATA[<p>Just to clarify, the only statement that really upsets me is &#8220;that&#39;s a scripting language, not a programming language&#8221;. Scripting languages are clearly a subset of programming languages. I&#39;m OK with the use of the term scripting language provided it isn&#39;t used to make a comparison with &#8220;programming languages&#8221;. I do however think dynamic language is a more useful classification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uvince</title>
		<link>http://randomfoo.net/2009/01/27/on-application-development/comment-page-1#comment-24</link>
		<dc:creator>uvince</dc:creator>
		<pubDate>Wed, 28 Jan 2009 02:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://randomfoo.net/?p=5217#comment-24</guid>
		<description>Woah! Matt&#039;s crazy for the stuff: &quot;I’ve found Objective C to be a surprisingly pleasant language, and Cocoa is one of the best frameworks I’ve ever worked with&quot;</description>
		<content:encoded><![CDATA[<p>Woah! Matt&#39;s crazy for the stuff: &#8220;I’ve found Objective C to be a surprisingly pleasant language, and Cocoa is one of the best frameworks I’ve ever worked with&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

