<?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: Learn Programming with Microsoft Small Basic</title>
	<atom:link href="http://codemonkeyism.com/learn-programming-microsoft-small-basic/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 22:39:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dan</title>
		<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/comment-page-1/#comment-317305</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 22 Aug 2010 00:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1652#comment-317305</guid>
		<description>Small Basic sure does bring the fun back to programming. So easy that a monkey could learn it well.</description>
		<content:encoded><![CDATA[<p>Small Basic sure does bring the fun back to programming. So easy that a monkey could learn it well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/comment-page-1/#comment-283663</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1652#comment-283663</guid>
		<description>Where are the reactions on this great post? Thanks for this article!</description>
		<content:encoded><![CDATA[<p>Where are the reactions on this great post? Thanks for this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul G</title>
		<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/comment-page-1/#comment-278698</link>
		<dc:creator>Rahul G</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1652#comment-278698</guid>
		<description>Kojo also seems like a good way to get your kids started with programming.

http://www.kogics.net/sf:kojo</description>
		<content:encoded><![CDATA[<p>Kojo also seems like a good way to get your kids started with programming.</p>
<p><a href="http://www.kogics.net/sf:kojo" rel="nofollow">http://www.kogics.net/sf:kojo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul G</title>
		<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/comment-page-1/#comment-278697</link>
		<dc:creator>Rahul G</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1652#comment-278697</guid>
		<description>Kojo also seems like a good way to get your kids started with programming. 

http://www.kogics.net/sf:kojo</description>
		<content:encoded><![CDATA[<p>Kojo also seems like a good way to get your kids started with programming. </p>
<p><a href="http://www.kogics.net/sf:kojo" rel="nofollow">http://www.kogics.net/sf:kojo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/comment-page-1/#comment-275813</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1652#comment-275813</guid>
		<description>@gorlok: The problem with Python, it&#039;s not easy to grasp concecpts like IF, FOR, procedures, and how to divide problems into smaller problems. LOGO is much better for this. There is also no easy UI and an &quot;execute&quot; button. People might need to understand the command line.

When I was teaching for some years around 2000, my prefered setup was: 

LOGO (Basics on commands, control structures, data structures)
-&gt; Python (for the reasons you&#039;ve mentioned) 
-&gt; Java (To make them employable)

Worked very well for me.

I will take a look at pynguin (still think repeat 4 [forward 100]) is easier to grasp than for i in ...)
</description>
		<content:encoded><![CDATA[<p>@gorlok: The problem with Python, it&#8217;s not easy to grasp concecpts like IF, FOR, procedures, and how to divide problems into smaller problems. LOGO is much better for this. There is also no easy UI and an &#8220;execute&#8221; button. People might need to understand the command line.</p>
<p>When I was teaching for some years around 2000, my prefered setup was: </p>
<p>LOGO (Basics on commands, control structures, data structures)<br />
-&gt; Python (for the reasons you&#8217;ve mentioned)<br />
-&gt; Java (To make them employable)</p>
<p>Worked very well for me.</p>
<p>I will take a look at pynguin (still think repeat 4 [forward 100]) is easier to grasp than for i in &#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gorlok</title>
		<link>http://codemonkeyism.com/learn-programming-microsoft-small-basic/comment-page-1/#comment-275776</link>
		<dc:creator>gorlok</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1652#comment-275776</guid>
		<description>Perhaps some decades ago, BASIC was an option, with pros and cons, but an option.

Now, I will recomend Python. It&#039;s like psuedocode. It&#039;s clean. It teach good programming skills. It&#039;s multiparadigm. It&#039;s a very good thing.

I started with BASIC at the 80s, using home computers like Commodore 64 and ZX Spectrum. But I think that Python is a better option.

Today I found this project http://code.google.com/p/pynguin/ that seems nice.

Anyways, MS Small Basic looks like a nice thing.</description>
		<content:encoded><![CDATA[<p>Perhaps some decades ago, BASIC was an option, with pros and cons, but an option.</p>
<p>Now, I will recomend Python. It&#8217;s like psuedocode. It&#8217;s clean. It teach good programming skills. It&#8217;s multiparadigm. It&#8217;s a very good thing.</p>
<p>I started with BASIC at the 80s, using home computers like Commodore 64 and ZX Spectrum. But I think that Python is a better option.</p>
<p>Today I found this project <a href="http://code.google.com/p/pynguin/" rel="nofollow">http://code.google.com/p/pynguin/</a> that seems nice.</p>
<p>Anyways, MS Small Basic looks like a nice thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 3/11 queries in 0.015 seconds using disk
Object Caching 303/303 objects using disk

Served from: codemonkeyism.com @ 2012-05-21 17:37:15 -->
