<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tinsology &#187; Languages</title>
	<atom:link href="http://tinsology.net/tag/languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:50:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Know What to Expect from your Programming Language</title>
		<link>http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/</link>
		<comments>http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:00:26 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Languages]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=739</guid>
		<description><![CDATA[I often see people asking how to do things with a given programming language that it was not intended to do. Recently I read a post from someone who wanted to know how to take a java program and compile it to a .exe. For anyone who is not aware, Java programs are not compiled in the same way a C++ program is compiled. The java source code is first compiled to bytecode. That bytecode is then interpreted by the java virtual machine. The writer was intending to get a performance boost by having the code compiled rather than interpreted <a href="http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/06/scripting-vs-programming/' rel='bookmark' title='Permanent Link: Scripting Vs. Programming'>Scripting Vs. Programming</a></li>
<li><a href='http://tinsology.net/2009/07/passing-by-reference-or-value/' rel='bookmark' title='Permanent Link: Passing by Reference or Value'>Passing by Reference or Value</a></li>
<li><a href='http://tinsology.net/2010/02/rosettacodex/' rel='bookmark' title='Permanent Link: RosettaCodex'>RosettaCodex</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expanding My Horizons</title>
		<link>http://tinsology.net/2009/03/expanding-my-horizons/</link>
		<comments>http://tinsology.net/2009/03/expanding-my-horizons/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 07:00:32 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Paradigms]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=212</guid>
		<description><![CDATA[The more I learn the more I realize there is so much more out there that I have yet to experience. With regard to programming, I've gotten to a point where I am no longer limited to any one language. I do feel, however, that I have yet to experience the huge variety of languages out there. When it comes to software engineering, object oriented programming is pervasive. This approach, has so far, dominated my experiences as a programmer. <a href="http://tinsology.net/2009/03/expanding-my-horizons/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/' rel='bookmark' title='Permanent Link: Know What to Expect from your Programming Language'>Know What to Expect from your Programming Language</a></li>
<li><a href='http://tinsology.net/2010/02/hello-world-nightmare/' rel='bookmark' title='Permanent Link: Hello World Nightmare'>Hello World Nightmare</a></li>
<li><a href='http://tinsology.net/2009/05/over-optimizing/' rel='bookmark' title='Permanent Link: Over Optimizing'>Over Optimizing</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/03/expanding-my-horizons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
