<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Beth Massi - Sharing the goodness that is VB : SmallBasic</title><link>http://blogs.msdn.com/bethmassi/archive/tags/SmallBasic/default.aspx</link><description>Tags: SmallBasic</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>SmallBasic Version 0.2 Released</title><link>http://blogs.msdn.com/bethmassi/archive/2008/12/18/smallbasic-version-0-2-released.aspx</link><pubDate>Thu, 18 Dec 2008 20:00:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9232921</guid><dc:creator>Beth Massi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/bethmassi/comments/9232921.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bethmassi/commentrss.aspx?PostID=9232921</wfw:commentRss><wfw:comment>http://blogs.msdn.com/bethmassi/rsscomments.aspx?PostID=9232921</wfw:comment><description>&lt;p&gt;I've played a bit with &lt;a href="http://www.smallbasic.com/" target="_blank"&gt;SmallBasic&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/bethmassi/archive/2008/10/24/learn-how-to-program-with-small-basic.aspx" target="_blank"&gt;blogged about it before&lt;/a&gt; -- it's great for anyone just learning how to program. Yesterday &lt;a href="http://blogs.msdn.com/smallbasic/" target="_blank"&gt;Vijaye announced&lt;/a&gt; the release of the &lt;a href="http://www.smallbasic.com/" target="_blank"&gt;second version of SmallBasic&lt;/a&gt; which includes some improvements that I've been waiting for like removal of conditional parentheses, support for inline comments and some much needed crash fixes. There's also a slew of new library additions to play with. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.smallbasic.com/" target="_blank"&gt;&lt;strong&gt;Check it out here!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9232921" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bethmassi/archive/tags/SmallBasic/default.aspx">SmallBasic</category></item><item><title>Learn How to Program with Small Basic</title><link>http://blogs.msdn.com/bethmassi/archive/2008/10/24/learn-how-to-program-with-small-basic.aspx</link><pubDate>Sat, 25 Oct 2008 00:49:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015298</guid><dc:creator>Beth Massi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/bethmassi/comments/9015298.aspx</comments><wfw:commentRss>http://blogs.msdn.com/bethmassi/commentrss.aspx?PostID=9015298</wfw:commentRss><wfw:comment>http://blogs.msdn.com/bethmassi/rsscomments.aspx?PostID=9015298</wfw:comment><description>&lt;p&gt;Microsoft Developer Labs has released &lt;a href="http://www.smallbasic.com/" target="_blank"&gt;Small Basic&lt;/a&gt;, a simple programming language based on BASIC and a development environment that runs on Windows XP or Vista (written in WPF on the .NET Framework 3.5). There's &lt;a href="http://download.microsoft.com/download/9/0/6/90616372-C4BF-4628-BC82-BD709635220D/Introducing%20Small%20Basic.pdf" target="_blank"&gt;good documentation and examples&lt;/a&gt; as well as a &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/smallbasic/threads/" target="_blank"&gt;Forum to ask questions and post your cool programs&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I got so addicted to this today playing with it. Here's a simple program I wrote to grab random World Series pictures from Flickr and create a collage. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/bethmassi/WindowsLiveWriter/LearnHowtoProgramwithSmallBasic_D08B/sb1_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="480" alt="sb1" src="http://blogs.msdn.com/blogfiles/bethmassi/WindowsLiveWriter/LearnHowtoProgramwithSmallBasic_D08B/sb1_thumb.jpg" width="590" border="0" /&gt;&lt;/a&gt;'&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/bethmassi/WindowsLiveWriter/LearnHowtoProgramwithSmallBasic_D08B/sb2_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="sb2" src="http://blogs.msdn.com/blogfiles/bethmassi/WindowsLiveWriter/LearnHowtoProgramwithSmallBasic_D08B/sb2_thumb.jpg" width="612" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;There's no debugger support yet so if you get a runtime error it's hard to debug at the moment, but they plan on adding that soon. I think it would also be very cool to make it more interactive (ala dynamic language) so that as you typed your program actually executed line by line. I'm going to take this to my mom's elementary school when I go speak to the kids this year. &lt;/p&gt;  &lt;p&gt;There's even a Turtle in there that you can program to draw on the screen just like LOGO. Very cool! Try this out on your kids and &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/smallbasic/threads/" target="_blank"&gt;post your feedback to the forum&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9015298" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/bethmassi/archive/tags/DevCenter/default.aspx">DevCenter</category><category domain="http://blogs.msdn.com/bethmassi/archive/tags/SmallBasic/default.aspx">SmallBasic</category></item></channel></rss>