<?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: Asians and Natural Language Evolution</title>
	<atom:link href="http://humani.st/asians-and-natural-language-evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://humani.st/asians-and-natural-language-evolution/</link>
	<description>Computer Science, Business, Blogging, and Technology Blog by Luke Hoersten</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:39:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mike3</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10811</link>
		<dc:creator>mike3</dc:creator>
		<pubDate>Thu, 05 Jun 2008 02:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10811</guid>
		<description>Actually I think the reasons they don&#039;t evolve are because computers simply lack the ability to fluidly change their programming, not because they do or do not have any sort of &quot;social understanding&quot;.</description>
		<content:encoded><![CDATA[<p>Actually I think the reasons they don&#39;t evolve are because computers simply lack the ability to fluidly change their programming, not because they do or do not have any sort of &#8220;social understanding&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike3</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10303</link>
		<dc:creator>mike3</dc:creator>
		<pubDate>Wed, 04 Jun 2008 22:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10303</guid>
		<description>Actually I think the reasons they don&#039;t evolve are because computers simply lack the ability to fluidly change their programming, not because they do or do not have any sort of &quot;social understanding&quot;.</description>
		<content:encoded><![CDATA[<p>Actually I think the reasons they don&#8217;t evolve are because computers simply lack the ability to fluidly change their programming, not because they do or do not have any sort of &#8220;social understanding&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hoersten</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10304</link>
		<dc:creator>Luke Hoersten</dc:creator>
		<pubDate>Thu, 10 Apr 2008 03:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10304</guid>
		<description>I completely agree with you there.&lt;br&gt;&lt;br&gt;BTW I just realized the XKCD article I posted may suggest I&#039;m replying to stupid comments in a long way. I don&#039;t mean that and instead was intending to poke fun at myself for my ridiculously long comment =) All in good fun.</description>
		<content:encoded><![CDATA[<p>I completely agree with you there.</p>
<p>BTW I just realized the XKCD article I posted may suggest I&#8217;m replying to stupid comments in a long way. I don&#8217;t mean that and instead was intending to poke fun at myself for my ridiculously long comment =) All in good fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark </title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10302</link>
		<dc:creator>Mark </dc:creator>
		<pubDate>Thu, 10 Apr 2008 03:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10302</guid>
		<description>Well, yes and no.&lt;br&gt;&lt;br&gt;I meant that PLs can&#039;t mirror NLs in the evolution in that machines, because they do not have social understanding, cannot evolve PL&#039;s in the same way that NL&#039;s evolve.  While the code itself may change, the compiler or interpreter only knows one way to parse the code, hence the language does not evolve.  &lt;br&gt;&lt;br&gt;If I as a programmer could decide that I wanted to write a new programming construct that I could then describe to the compiler, and then the compiler could remember that and use that construct in the future with out me having to make a change to the core language, then perhaps PLs would be just like NLs, for better or worse.&lt;br&gt;&lt;br&gt;As it is, you are correct: the interpretation of the code, by a humane, is a social construct, as it is language interpretation by two or more humans.  However, again, for the machine, there is and can only be one way to interpret the code, until it is deliberately updated by a human.&lt;br&gt;&lt;br&gt;So that is the nuance behind what I was saying, although I didn&#039;t make that very clear in the first post, and hopefully it is more clear now.&lt;br&gt;&lt;br&gt;Short summary: Natural Language is very fluid; programming languages, due to several factors, are much more rigid.</description>
		<content:encoded><![CDATA[<p>Well, yes and no.</p>
<p>I meant that PLs can&#8217;t mirror NLs in the evolution in that machines, because they do not have social understanding, cannot evolve PL&#8217;s in the same way that NL&#8217;s evolve.  While the code itself may change, the compiler or interpreter only knows one way to parse the code, hence the language does not evolve.  </p>
<p>If I as a programmer could decide that I wanted to write a new programming construct that I could then describe to the compiler, and then the compiler could remember that and use that construct in the future with out me having to make a change to the core language, then perhaps PLs would be just like NLs, for better or worse.</p>
<p>As it is, you are correct: the interpretation of the code, by a humane, is a social construct, as it is language interpretation by two or more humans.  However, again, for the machine, there is and can only be one way to interpret the code, until it is deliberately updated by a human.</p>
<p>So that is the nuance behind what I was saying, although I didn&#8217;t make that very clear in the first post, and hopefully it is more clear now.</p>
<p>Short summary: Natural Language is very fluid; programming languages, due to several factors, are much more rigid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hoersten</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10301</link>
		<dc:creator>Luke Hoersten</dc:creator>
		<pubDate>Wed, 09 Apr 2008 04:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10301</guid>
		<description>Let me try to tease apart some of your ideas a bit. I think you are saying programming languages (PLs) and natural languages (NLs) can&#039;t mirror each other because natural language receives meaning from society. Society gradually change the meaning of language and therefore NLs evolve. PLs aren&#039;t social because computers don&#039;t have the capacity to grow in the same way NLs do and therefore PLs don&#039;t evolve. Evolution of language being the &quot;unmirrored aspect.&quot;&lt;br&gt;&lt;br&gt;If this is not what you were trying to say then please, by all means, correct me. Otherwise, here&#039;s why I disagree:&lt;br&gt;&lt;br&gt;Language is bidirectional. There&#039;s a dichotomy between the ease of expression and the ease of interpretation.&lt;br&gt;&lt;br&gt;While using NL, humans are constantly tweaking the language to keep equilibrium between expression and interpretation as the greater social interpretation of the language gradually shifts. This is a form of natural language evolution. It&#039;s also paradoxical but we won&#039;t go there =).&lt;br&gt;&lt;br&gt;Programming languages, at first glance, may seem unidirectional because its used for humans to express ideas to machines. But this is not true because humans are trying to interpret the ideas they are expressing, even while expressing them (reading code as it&#039;s written). Also, it&#039;s common for other humans to read code written by another or even come back and read their own code after forgetting about it. This is clearly interpretation and therefore PLs are also bidirectional, but in a different form.&lt;br&gt;&lt;br&gt;In both NLs and PLs, humans are doing the expression and interpretation. But with PLs, there is also a third party: machines. Since machines are involved, PLs evolve incrementally because humans have to write new interpreters (here&#039;s another place humans must interpret the PL) for the machines as they find better language tweaks to keep close to the I/O equilibrium.&lt;br&gt;&lt;br&gt;PLs and NLs mirror each other because they both evolve based the user society. Q.E.D.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.xkcd.com/406/&quot;&gt;http://www.xkcd.com/406/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Let me try to tease apart some of your ideas a bit. I think you are saying programming languages (PLs) and natural languages (NLs) can&#8217;t mirror each other because natural language receives meaning from society. Society gradually change the meaning of language and therefore NLs evolve. PLs aren&#8217;t social because computers don&#8217;t have the capacity to grow in the same way NLs do and therefore PLs don&#8217;t evolve. Evolution of language being the &#8220;unmirrored aspect.&#8221;</p>
<p>If this is not what you were trying to say then please, by all means, correct me. Otherwise, here&#8217;s why I disagree:</p>
<p>Language is bidirectional. There&#8217;s a dichotomy between the ease of expression and the ease of interpretation.</p>
<p>While using NL, humans are constantly tweaking the language to keep equilibrium between expression and interpretation as the greater social interpretation of the language gradually shifts. This is a form of natural language evolution. It&#8217;s also paradoxical but we won&#8217;t go there =).</p>
<p>Programming languages, at first glance, may seem unidirectional because its used for humans to express ideas to machines. But this is not true because humans are trying to interpret the ideas they are expressing, even while expressing them (reading code as it&#8217;s written). Also, it&#8217;s common for other humans to read code written by another or even come back and read their own code after forgetting about it. This is clearly interpretation and therefore PLs are also bidirectional, but in a different form.</p>
<p>In both NLs and PLs, humans are doing the expression and interpretation. But with PLs, there is also a third party: machines. Since machines are involved, PLs evolve incrementally because humans have to write new interpreters (here&#8217;s another place humans must interpret the PL) for the machines as they find better language tweaks to keep close to the I/O equilibrium.</p>
<p>PLs and NLs mirror each other because they both evolve based the user society. Q.E.D.</p>
<p><a href="http://www.xkcd.com/406/">http://www.xkcd.com/406/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10300</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 09 Apr 2008 03:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10300</guid>
		<description>While there are certainly rules for a language, nothing about a language is ever set in stone.  Languages developed by people using them and that same process continues today.  Perhaps for ultimate &quot;clarity&quot; you should follow the rules, because, arguably, by following the rules you eliminate as much room for interpretation as possible.  Yet in practice, this really isn&#039;t the case.  Language is a social abstraction.  Because it is an abstraction, it can hold different meanings.  Yet language only holds the meanings it does because people agree upon them, hence it is social.  If everyone agrees to change the meaning, it changes.  This is exactly why programming languages can&#039;t mirror natural languages.  Computers currently don&#039;t have the capacity to grow in the same social way that language does.&lt;br&gt;&lt;br&gt;Perhaps I rambled a bit, but I think my meaning is clear.</description>
		<content:encoded><![CDATA[<p>While there are certainly rules for a language, nothing about a language is ever set in stone.  Languages developed by people using them and that same process continues today.  Perhaps for ultimate &#8220;clarity&#8221; you should follow the rules, because, arguably, by following the rules you eliminate as much room for interpretation as possible.  Yet in practice, this really isn&#8217;t the case.  Language is a social abstraction.  Because it is an abstraction, it can hold different meanings.  Yet language only holds the meanings it does because people agree upon them, hence it is social.  If everyone agrees to change the meaning, it changes.  This is exactly why programming languages can&#8217;t mirror natural languages.  Computers currently don&#8217;t have the capacity to grow in the same social way that language does.</p>
<p>Perhaps I rambled a bit, but I think my meaning is clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vince</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10305</link>
		<dc:creator>vince</dc:creator>
		<pubDate>Thu, 17 Jan 2008 05:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10305</guid>
		<description>FWIW, I&#039;m Indian and I consider myself south asian (as opposed to east asian) but definitely asian.</description>
		<content:encoded><![CDATA[<p>FWIW, I&#8217;m Indian and I consider myself south asian (as opposed to east asian) but definitely asian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hoersten</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10307</link>
		<dc:creator>Luke Hoersten</dc:creator>
		<pubDate>Wed, 12 Dec 2007 06:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10307</guid>
		<description>I think the most interesting part is that somehow &quot;Asian&quot; completely started having two meanings. Thanks for the input =)</description>
		<content:encoded><![CDATA[<p>I think the most interesting part is that somehow &#8220;Asian&#8221; completely started having two meanings. Thanks for the input =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Ha</title>
		<link>http://humani.st/asians-and-natural-language-evolution/comment-page-1/#comment-10306</link>
		<dc:creator>Daniel Ha</dc:creator>
		<pubDate>Wed, 12 Dec 2007 06:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://openradix.org/archives/314#comment-10306</guid>
		<description>For technical classification, I&#039;ll agree that Indians are Asians. When using or hearing the word &quot;Asian&quot;, whether referring to people or food, I&#039;ll always think Eastern Asian.&lt;br&gt;&lt;br&gt;Nice article.</description>
		<content:encoded><![CDATA[<p>For technical classification, I&#8217;ll agree that Indians are Asians. When using or hearing the word &#8220;Asian&#8221;, whether referring to people or food, I&#8217;ll always think Eastern Asian.</p>
<p>Nice article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
