<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Through the eyes of a newbie	</title>
	<atom:link href="https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/</link>
	<description>Blog of Rob Galanakis (@robgalanakis)</description>
	<lastBuildDate>Tue, 02 Oct 2012 12:19:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.1</generator>
	<item>
		<title>
		By: Felix		</title>
		<link>https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/#comment-48475</link>

		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Tue, 02 Oct 2012 12:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1013#comment-48475</guid>

					<description><![CDATA[Hi Rob,

i just found this blog here... cool!

i think for women - &#039;natural language processing
with python&#039; is something interesting to start.
these are small snippet&#039;s where you can feel 
the power of programming.

mfg]]></description>
			<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>i just found this blog here&#8230; cool!</p>
<p>i think for women &#8211; &#8216;natural language processing<br />
with python&#8217; is something interesting to start.<br />
these are small snippet&#8217;s where you can feel<br />
the power of programming.</p>
<p>mfg</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erik / Tistatos		</title>
		<link>https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/#comment-47813</link>

		<dc:creator><![CDATA[Erik / Tistatos]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 22:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1013#comment-47813</guid>

					<description><![CDATA[I&#039;m sorta in the same situation at school right now, taking a course in basic programming in c++ that I have to do for my degree. And I must say, the teacher and I don&#039;t agree in much when it comes to how you should go about teaching programming. There is a lot of things I consider (at time when you first learn to program) you shouldn&#039;t need to worry about. 
   And this is perhaps something you should tell your wife as well, in the beginning it&#039;s easy to wonder and ask things as &quot;why semicolons?&quot;, but I believe the most important part in learning to program is to Think as a programmer: see a problem and say to yourself &quot;how would i solve that in code?&quot; and not &quot;should I save this as a unsigned long it?&quot;

thought process first, syntax later.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sorta in the same situation at school right now, taking a course in basic programming in c++ that I have to do for my degree. And I must say, the teacher and I don&#8217;t agree in much when it comes to how you should go about teaching programming. There is a lot of things I consider (at time when you first learn to program) you shouldn&#8217;t need to worry about.<br />
   And this is perhaps something you should tell your wife as well, in the beginning it&#8217;s easy to wonder and ask things as &#8220;why semicolons?&#8221;, but I believe the most important part in learning to program is to Think as a programmer: see a problem and say to yourself &#8220;how would i solve that in code?&#8221; and not &#8220;should I save this as a unsigned long it?&#8221;</p>
<p>thought process first, syntax later.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/#comment-47810</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 20:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1013#comment-47810</guid>

					<description><![CDATA[To understand the for-loop syntax and the awkwardness that is pre- and post-decrement, one needs to study history a bit. In this case, the history of this part of Javascript comes from C, which comes from it being syntax sugar on top of assembly language, where you deal much more directly with hardware constructs and the fact that, for example, there are machine language pre- and post-decrement addressing modes. C was the way it was because it made more sense to those who knew assembly. Javascript is the way it is because it made more sense to those who knew C. Sadly, none of that helps it be more palatable to someone like your wife, but at least there are good reasons for it even if she&#039;d much prefer a language without so much baggage.]]></description>
			<content:encoded><![CDATA[<p>To understand the for-loop syntax and the awkwardness that is pre- and post-decrement, one needs to study history a bit. In this case, the history of this part of Javascript comes from C, which comes from it being syntax sugar on top of assembly language, where you deal much more directly with hardware constructs and the fact that, for example, there are machine language pre- and post-decrement addressing modes. C was the way it was because it made more sense to those who knew assembly. Javascript is the way it is because it made more sense to those who knew C. Sadly, none of that helps it be more palatable to someone like your wife, but at least there are good reasons for it even if she&#8217;d much prefer a language without so much baggage.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: robert		</title>
		<link>https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/#comment-47782</link>

		<dc:creator><![CDATA[robert]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 00:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1013#comment-47782</guid>

					<description><![CDATA[Javascript is novice friendly? That&#039;s the first time I heard this ;) I still like good old Pascal a lot as beginner language because it&#039;s verbose and doesn&#039;t have all the newbie-confusing &quot;wtf is this?&quot; stuff Javascript took from C. Shame there isn&#039;t really any decent Pascal implementation around though - Pascal is really mostly good for teaching though, which was the creator&#039;s intention and that&#039;s why it never really established itself.]]></description>
			<content:encoded><![CDATA[<p>Javascript is novice friendly? That&#8217;s the first time I heard this ;) I still like good old Pascal a lot as beginner language because it&#8217;s verbose and doesn&#8217;t have all the newbie-confusing &#8220;wtf is this?&#8221; stuff Javascript took from C. Shame there isn&#8217;t really any decent Pascal implementation around though &#8211; Pascal is really mostly good for teaching though, which was the creator&#8217;s intention and that&#8217;s why it never really established itself.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://www.robg3d.com/2012/09/through-the-eyes-of-a-newbie/#comment-47778</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Tue, 11 Sep 2012 23:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robg3d.com/?p=1013#comment-47778</guid>

					<description><![CDATA[This makes me want to convince my wife to take the python course, then maybe she can teach my energetic 2-yr to get stuck in a while loop to spend some energy :D]]></description>
			<content:encoded><![CDATA[<p>This makes me want to convince my wife to take the python course, then maybe she can teach my energetic 2-yr to get stuck in a while loop to spend some energy :D</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
