<?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>Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx</link><description>Welcome to Small Basic Blogs! After being in part-time development for nearly a year, Small Basic is finally out, and I'm excited to see where this will go from here! History It all happened in August of last year when someone sent me a pointer to the</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>帰ってきた VB ? ～ Small Basic</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9014143</link><pubDate>Fri, 24 Oct 2008 07:37:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014143</guid><dc:creator>biac の それさえもおそらくは幸せな日々@nifty</dc:creator><description>&lt;p&gt;It's cool. I think Small Basic is the best for the novice who begin to learn programming. 昔の VB2 みたいに、 早くてお手軽、 だといいなぁ。 f(^^; ・ blog : SMALL BASIC・ DevLabs : Sma&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9014273</link><pubDate>Fri, 24 Oct 2008 09:33:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014273</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;The idea is good. QBasic was a decent teaching tool, and a good replacement is sorely needed. However, it is, in my opinion, a big mistake to try to make the most &amp;quot;basic&amp;quot; language object-oriented, or even to mention things such as &amp;quot;classes&amp;quot; and &amp;quot;objects&amp;quot;. Before getting there, one has to learn the ropes of algorithms, and for that, all that's needed is a good old procedural-style language with simple but easy-to-use input/output facilities (the original BASIC PRINT and INPUT were perfect for that), and preferrably with some easily accessible graphical primitives (since a lot of basic stuff - loops, recursion, functions etc - are much easier to demonstrate on apps drawing some simple graphics). &lt;/p&gt;
&lt;p&gt;I mean, a BASIC that cannot run this?&lt;/p&gt;
&lt;p&gt; &amp;nbsp;PRINT &amp;quot;Hello, world!&amp;quot;&lt;/p&gt;
&lt;p&gt;Come on...&lt;/p&gt;
&lt;p&gt;By the way, error reporting is also confusing. Say, I write this:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;TextWindow.WriteLine &amp;quot;Hello, world!&amp;quot;&lt;/p&gt;
&lt;p&gt;I expected it to tell me that I'm missing an opening parenthesis after WriteLine. Instead, I get this gem:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;1,21: Unrecognized statement encountered&lt;/p&gt;
&lt;p&gt; &amp;nbsp;1,11: Cannot find property &amp;quot;WriteLine&amp;quot; in Type &amp;quot;TextWindow&amp;quot;&lt;/p&gt;
&lt;p&gt;Oh-kay... so which statement was unrecognized? There are no line/column numbers in the editor, so finding that 21 is gonna be tricky. But alright, I count characters myself, and my cursor ends up at the space character. Huh?&lt;/p&gt;
&lt;p&gt;The second error message is even more baffling for a beginner. What's a &amp;quot;property&amp;quot;, and why did it say that it couldn't find one when I didn't ask it to look for one?&lt;/p&gt;
&lt;p&gt;I am nitpicking here, of course... but it must be understood that a learning tool has to have particularly good error reporting in the compiler, trying to not just say what went wrong and where, but also why, and what should be done to make it right, to the extent it is possible to detect it (maybe with some heuristics even). &lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9014276</link><pubDate>Fri, 24 Oct 2008 09:35:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014276</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;Oh, and while I was trying to figure out how the arrays are supposed to work, this single-liner had just crashed with an exception (and a stock Win32 error reporting window) for me:&lt;/p&gt;
&lt;p&gt;Array.SetValue(a, 1, &amp;quot;123&amp;quot;)&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9014836</link><pubDate>Fri, 24 Oct 2008 18:05:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014836</guid><dc:creator>vijayeg</dc:creator><description>&lt;p&gt;Thanks int19h. &amp;nbsp;These are great suggestions that we'll incorporate into the next releases. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Array.SetValue crash is a bug. &amp;nbsp;If &amp;quot;a&amp;quot; is a variable and doesn't have a name already set, it crashes. &amp;nbsp;Try giving the array a name:&lt;/p&gt;
&lt;p&gt;Array.SetValue(&amp;quot;myarray&amp;quot;, 1, &amp;quot;123&amp;quot;)&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9015329</link><pubDate>Sat, 25 Oct 2008 01:31:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015329</guid><dc:creator>Basic Sux !!!!!</dc:creator><description>&lt;p&gt;Yeah coool ! Another shity buggy microsoft product , Thank you . The world will become better with that **** .&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9015447</link><pubDate>Sat, 25 Oct 2008 03:01:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015447</guid><dc:creator>Patrik</dc:creator><description>&lt;p&gt;This is an excellent way for kids to learn how to program. A Very good initiative! Keep up the good work.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9015714</link><pubDate>Sat, 25 Oct 2008 07:27:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015714</guid><dc:creator>MIke Moore</dc:creator><description>&lt;p&gt;This looks an alot like Hackety Hack, but it wasn't mentioned. Were you influenced by Hackety Hack? Or is it purely a coincidence?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://hacketyhack.net/"&gt;http://hacketyhack.net/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9015867</link><pubDate>Sat, 25 Oct 2008 10:55:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015867</guid><dc:creator>Linda</dc:creator><description>&lt;p&gt;Thanks for your work. &amp;nbsp;This looks great. &amp;nbsp;My son (8) has already taken off with this! &amp;nbsp;I would love to eventually see documentation with a table-of-contents or in a tutorial type format. &amp;nbsp;Also, searchable help files within the program would &amp;nbsp;be great. &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9015949</link><pubDate>Sat, 25 Oct 2008 14:52:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015949</guid><dc:creator>Z</dc:creator><description>&lt;p&gt;Thank you and Microsoft for keeping the Basic tradition. Don't listen to the naysayers, most of them are busy learning fad languages such as Lisp and Ruby without ever thinking about producing actual, useful code. QBasic was the source of my fun back in the days and so will SmallBasic be for the new generation. Professional programmers tend to forget how hard it can be to get into programming when you need to learn all kind of concepts like classes and types. Basic is about learning how to write nice algorithms first.&lt;/p&gt;
&lt;p&gt;Heck, I'm a C# programmer and I'm thinking of trying Small Basic too because the environment seems nice enough to do quick prototyping of algorithms and ideas. &lt;/p&gt;
</description></item><item><title>New and Notable 274</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9016100</link><pubDate>Sat, 25 Oct 2008 19:24:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016100</guid><dc:creator>Sam Gentile  If (DeveloperTask==Communication &amp;&amp; OS==Windows) </dc:creator><description>&lt;p&gt;Haven&amp;amp;#39;t wrote much because I am saving up for a big post on Castle Active Record, which I am just&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9016770</link><pubDate>Sun, 26 Oct 2008 19:20:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9016770</guid><dc:creator>Christian Jacob</dc:creator><description>&lt;p&gt;I believe, Small Basic is an awesome approach and it is simply great that Microsoft allows you guys to do something like that and even publish it.&lt;/p&gt;
&lt;p&gt;Also, it took me less than one hour to implement Conway's Game of Life with it. That was really fun. ;-) &lt;/p&gt;
&lt;p&gt;I published the code in the Small Basic forum by the way.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9017727</link><pubDate>Mon, 27 Oct 2008 11:10:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9017727</guid><dc:creator>Lars</dc:creator><description>&lt;p&gt;BlitzBasic is what I always recommend&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9017865</link><pubDate>Mon, 27 Oct 2008 13:17:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9017865</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;By the way, regarding arrays - I really think that they should be first-class. They're too fundamental to a lot of important algorithms to lift to a library with GetValue/SetValue calls.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9018308</link><pubDate>Mon, 27 Oct 2008 17:42:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9018308</guid><dc:creator>vijayeg</dc:creator><description>&lt;p&gt;That is good feedback, int19h. &amp;nbsp;I'll take a note of this feature request in our bug database and promise to work on it. &amp;nbsp;However, I can't promise that it will end up in the product.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9019542</link><pubDate>Tue, 28 Oct 2008 04:05:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9019542</guid><dc:creator>yet-another</dc:creator><description>&lt;p&gt;why another language? totally useless effort!!!!! why is msft spending valuable resources on thse useless projects...&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9020072</link><pubDate>Tue, 28 Oct 2008 13:59:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9020072</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;Different languages serve different purposes. You can use C# or VB.NET as a teaching (&amp;quot;first&amp;quot;) language, but it's overcomplicated for that purpose. &lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9027347</link><pubDate>Sat, 01 Nov 2008 00:39:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9027347</guid><dc:creator>Donal - Dublin Ireland</dc:creator><description>&lt;p&gt;Vijayeg,&lt;/p&gt;
&lt;p&gt;Thanks – Small Basic is a great idea. &amp;nbsp;Your introduction summarises exactly where I've been with my kids and I am introducing it to them now.&lt;/p&gt;
&lt;p&gt;P.S. – I’m CEO of an MS partner – BizTalk and stuff like that and I’m sure in a couple of years time we will come across a customer application, (financial services industry maybe?), &amp;nbsp;written in house in Small Basic – it’ll be the libraries fault – but hey that’s &amp;nbsp;life. &lt;/p&gt;
</description></item><item><title>Microsoft releases yet another programming language - Introducing Small Basic</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9044479</link><pubDate>Wed, 05 Nov 2008 18:22:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9044479</guid><dc:creator>Eric and the .NET Framework</dc:creator><description>&lt;p&gt;Wow. I love this. This brings back all the great memories I had (even of the bugs) of how I first got&lt;/p&gt;
</description></item><item><title>Microsoft releases yet another programming language - Introducing Small Basic</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9044487</link><pubDate>Wed, 05 Nov 2008 18:24:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9044487</guid><dc:creator>Goto 100  - Development with Visual Basic</dc:creator><description>&lt;p&gt;Wow. I love this. This brings back all the great memories I had (even of the bugs) of how I first got&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9055486</link><pubDate>Sun, 09 Nov 2008 14:10:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9055486</guid><dc:creator>James</dc:creator><description>&lt;p&gt;Will this make it to codeplex dude? I'd love to see your implementation!&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9055812</link><pubDate>Sun, 09 Nov 2008 19:40:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9055812</guid><dc:creator>Forever</dc:creator><description>&lt;p&gt;While (&amp;quot;True&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; ...&lt;/p&gt;
&lt;p&gt;EndWhile&lt;/p&gt;
&lt;p&gt;What? &amp;nbsp;How do you explain this to a newbie? &amp;nbsp;Better to have a Forever construct.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9060714</link><pubDate>Tue, 11 Nov 2008 22:59:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9060714</guid><dc:creator>Chris Lomax</dc:creator><description>&lt;p&gt;I think its great that Microsoft have released a great little product like this. I think it is showing that they dont need to release paid products to the market all the time and they do want to promote a more open source market appeal to themselves. My little boy is 3 soon so I want to start looking at languages that I can be teaching him. Lets face it, VS2008 is far too complex a language at this time with a 90MB framework and climbing, i remember when it was 20 MB the framework. By the time my little one is ready it wont be a possible to teach him every namespace and class available.&lt;/p&gt;
&lt;p&gt;I say good look to the future generations and I hope this helps with the education of it. &lt;/p&gt;
&lt;p&gt;It makes it more exciting if the child can produce such quick results and something to show for it in a matter of minutes.&lt;/p&gt;
&lt;p&gt;All people slating this obviously cannot see the benefits that this can bring, its only in infancy at this time&lt;/p&gt;
&lt;p&gt;Good luck to you all and I look forward to teaching my little one with this application when he is ready.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9060729</link><pubDate>Tue, 11 Nov 2008 23:12:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9060729</guid><dc:creator>George Gray</dc:creator><description>&lt;p&gt;I think this is great, but how about some more documentation? &amp;nbsp;I notice Files are possible, but how the hello do you use them? &amp;nbsp;I'm a developer and find this a bit confusing and the help is less that helpful. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;What are the chances that a minimal gui builder be implemented in a future release?&lt;/p&gt;
&lt;p&gt;Great work, thanks a bunch. I plan to introduce this to my son.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9102444</link><pubDate>Sun, 16 Nov 2008 04:24:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9102444</guid><dc:creator>jin choung</dc:creator><description>&lt;p&gt;fantastic and thank you! &amp;nbsp;i'm 35 and i've read no less than 6 books on programming from c++ to python and i've successfully coded a few rudimentary scripts in discreet maya. &amp;nbsp;and i'm convinced that if my life depended on it, i could probably code something substantial... but i just haven't been able to get myself to actually do it.&lt;/p&gt;
&lt;p&gt;now you've provided a language SMALL ENOUGH FOR ME TO OUTGROW! &amp;nbsp;that's HUUUUGE! &amp;nbsp;i WANT to be able to exhaust a small language until i'm railing against the boundaries and i think that will help me understand better the reasons for more advanced features in more advanced languages.&lt;/p&gt;
&lt;p&gt;i missed my shot at really exhausting the simple basic in my atari 800xl (when i got to all the DATA (1,00, 1, 47, 23) etc statements, my mind just bugged out) but you're providing me a new opportunity so thank you much!&lt;/p&gt;
&lt;p&gt;just finished up the getting started guide. &amp;nbsp;is there a glossary of all the builtin statements somewhere? &amp;nbsp;thanks.&lt;/p&gt;
&lt;p&gt;jin&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9110413</link><pubDate>Mon, 17 Nov 2008 17:15:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9110413</guid><dc:creator>Eddie</dc:creator><description>&lt;p&gt;Small Basic is great. I have no real programming experience otehr than some PHP althoguh found Small Basic easy to understand, simpel to use and simple to learn. I've not succesfulyl constructed several usfel programs with the aid of Small Basic. &lt;/p&gt;
&lt;p&gt;I agree that better error reporting (i.e. say line 2 instead of the current space nubmer structure system you have). Thanks. &lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9110416</link><pubDate>Mon, 17 Nov 2008 17:17:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9110416</guid><dc:creator>Eddie</dc:creator><description>&lt;p&gt;Small Basic is great. I have no real programming experience otehr than some PHP althoguh found Small Basic easy to understand, simpel to use and simple to learn. I've not succesfulyl constructed several usfel programs with the aid of Small Basic. &lt;/p&gt;
&lt;p&gt;I agree that better error reporting (i.e. say line 2 instead of the current space nubmer structure system you have). Thanks. &lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9110627</link><pubDate>Mon, 17 Nov 2008 17:58:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9110627</guid><dc:creator>Eddie</dc:creator><description>&lt;p&gt;Does Small Basic not support exponentiation? I'm using the operator &amp;quot;^&amp;quot; although it doesn't seem to work. &lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9118947</link><pubDate>Tue, 18 Nov 2008 18:33:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9118947</guid><dc:creator>cbmeeks</dc:creator><description>&lt;p&gt;This is awesome! &amp;nbsp;Brings back the spirit and fun of learning to program. &amp;nbsp;I hope my son picks up something like this one day (he's 4 now).&lt;/p&gt;
&lt;p&gt;&amp;quot;why another language? totally useless effort!!!!! why is msft spending valuable resources on thse useless projects...&amp;quot;&lt;/p&gt;
&lt;p&gt;Why do you even care? &amp;nbsp;No one forced you to this page or to Small BASIC. &amp;nbsp;And useless projects? &amp;nbsp;Useless to who? &amp;nbsp;You? &amp;nbsp;Why does Honda create walking robots? &amp;nbsp;R&amp;amp;D. &amp;nbsp;MS is a profitable company and a part of that is R&amp;amp;D. &amp;nbsp;See what sticks. &amp;nbsp;This might turn into another profit center...or it might fail.&lt;/p&gt;
&lt;p&gt;Get over it and move on. &amp;nbsp;If you like, you can go back to Ruby, Perl, C++ or whatever you choose.&lt;/p&gt;
&lt;p&gt;~cbmeeks&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9119286</link><pubDate>Tue, 18 Nov 2008 20:11:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9119286</guid><dc:creator>ken</dc:creator><description>&lt;p&gt;Thanks so much. I remember fondly spending hour upon hour programming in BASIC on my Commodore 128. Modern program langauges are now just too complicated to be fun. For the first time in many years I look forward to just having fun with programming. &lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9132413</link><pubDate>Sat, 22 Nov 2008 02:49:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9132413</guid><dc:creator>MikeW</dc:creator><description>&lt;p&gt;Thanks for creating this. &amp;nbsp;Although I'm a seasoned VB .NET programmer, I was looking for something a little smaller to use for simpler tasks or tasks which don't require complete automation. &amp;nbsp;This also looks fun. &amp;nbsp;I grew up on Basic, so it is also a little nostalgic for me.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9135050</link><pubDate>Mon, 24 Nov 2008 00:18:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9135050</guid><dc:creator>Carl Gundel</dc:creator><description>&lt;p&gt;People seem to like to complain that there are too many programming languages. &amp;nbsp;The more the merrier if you ask me. &amp;nbsp;It's better to have many alternatives to choose from because if no one writes new programming languages then the field will stagnate. &amp;nbsp;Keep it up!&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9156060</link><pubDate>Sat, 29 Nov 2008 18:49:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9156060</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;I'd have thought that a fairly simple script host/IDE/framework for VBScript would be a better investment. &amp;nbsp;After all VBScript was the logical analog of QBasic in Windows.&lt;/p&gt;
&lt;p&gt;The script engine was already there. &amp;nbsp;What was needed was a wrapper on it like the one wrapped around the QBasic core.&lt;/p&gt;
&lt;p&gt;Time has passed it by though.&lt;/p&gt;
</description></item><item><title>New and Notable 274</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9162460</link><pubDate>Tue, 02 Dec 2008 04:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9162460</guid><dc:creator>Sam Gentile's Blog</dc:creator><description>&lt;p&gt;Haven't wrote much because I am saving up for a big post on Castle Active Record, which I am just really, really enjoying right now in my work. I know we made a good choice. More on that soon. NHibernate/Castle Chad Meyers has posted source/binaries for&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9180177</link><pubDate>Fri, 05 Dec 2008 16:46:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9180177</guid><dc:creator>Pasi</dc:creator><description>&lt;p&gt;Great to see an usable programming language after so many years.&lt;/p&gt;
&lt;p&gt;I built thousands of lines of code with various Basic dialects up to QB45, which I used for a serious tool in R&amp;amp;D environment. Some programs I wrote with VB4, but when VB5 came out, we moved out of Basic. &lt;/p&gt;
&lt;p&gt;The developers of VB forgot, that people out here needed a tool to FAST and EASILY build simple mathematical / graphical /snd programs, which were possibly used only once and then deleted. Most of the time lost with the program was gathering the data, the second part was building the theory. Many times I have built the program and the theory same time. The final run took possibly one minute with QB45. It doesn't matter if the compiler builds 10% faster code, if the run-time is about 0.001 % of the total time of the project.&lt;/p&gt;
&lt;p&gt;You dont even spend one second thinking about modular or portable code. If time comes, you could allways copy the code to a mainframe, make some modifications and run it as Fortran. The syntax of F77 and old Basic were so similar, that &amp;nbsp;Ieven built a program, which translated Basic to F77 and vice versa.&lt;/p&gt;
&lt;p&gt;I was a bit disappointed when I noticed, that SmallBasic(MS) was so different of old versions. SmallBasic of &lt;a rel="nofollow" target="_new" href="http://smallbasic.sourceforge.net/"&gt;http://smallbasic.sourceforge.net/&lt;/a&gt; is more like QB45 and it is easier to use my old Basic libraries with it.&lt;/p&gt;
&lt;p&gt;Another thing is this dotnet3.51: Why ?&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9180181</link><pubDate>Fri, 05 Dec 2008 16:48:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9180181</guid><dc:creator>Pasi</dc:creator><description>&lt;p&gt;You could have given this SmallBasic name 'SmallJavaScript'. In my eyes this SmallBasic is more near C or Javascript than Basic.&lt;/p&gt;
&lt;p&gt;I'll stay waiting for next version of QB45.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9338416</link><pubDate>Sun, 18 Jan 2009 20:32:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9338416</guid><dc:creator>CHOPPERGIRL</dc:creator><description>&lt;p&gt;print &amp;quot;hello, world&amp;quot;&lt;/p&gt;
&lt;p&gt;1,6: Unrecognized statement encountered.&lt;/p&gt;
&lt;p&gt;EPIC FAIL&lt;/p&gt;
&lt;p&gt;If you look at small basic code, it looks no less complex than Visual Basic, or even Visual C++.... &amp;nbsp; which are way too complex and obtuse.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9338421</link><pubDate>Sun, 18 Jan 2009 20:33:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9338421</guid><dc:creator>CHOPPERGIRL</dc:creator><description>&lt;p&gt;Most kids would be much more happier with DARK BASIC PRO, which does cool 3D things.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9429961</link><pubDate>Wed, 18 Feb 2009 08:29:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9429961</guid><dc:creator>YME</dc:creator><description>&lt;p&gt;Can you give me show me some simple yet challenging programs?&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9823199</link><pubDate>Wed, 08 Jul 2009 01:24:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9823199</guid><dc:creator>RANDALL ARMSTRONG</dc:creator><description>&lt;p&gt;A CORRECTED VERSION OF REMLINE,AND A FEW Q AND GW PARTS ADAPTED FROM VB DOS1 ,VB WIN 1 ,QB11 AND QB45 &amp;nbsp;WOULD GREATLY IMPROVE YOUR DATABASE AND USERSHIP. THERE IS A&lt;/p&gt;
&lt;p&gt;PROGRAM LOST SOME WERE IN THE ARCHIVES,IN THE EARLY 90's,THAT SPEAKS PHOENETICS called essie, a ms SAM PROTOPART.&lt;/p&gt;
&lt;p&gt;WORKS SOME WHAT LIKE L+H (r) PRODUCTS. IT's COOLEST FEATURE&lt;/p&gt;
&lt;p&gt;IS THAT IT LEARNS IN GOTO LOOPS AND IF THEN STATEMENTS.&lt;/p&gt;
&lt;p&gt;IF ONE MADE ENCHARTA FOR BING(r) with a (wemedia) msAGENT,&lt;/p&gt;
&lt;p&gt;[2] OR MGRUFF LIKE JAVA(r) BROWSER;this would be a perfect&lt;/p&gt;
&lt;p&gt;schoolboard selling point. &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BEST WISHES,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; R.R.ARMSTRONG&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9855736</link><pubDate>Sun, 02 Aug 2009 20:49:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9855736</guid><dc:creator>SaysMe</dc:creator><description>&lt;p&gt;In all sincerity, my work and school have driven my need for computing, which really utilizes MS as the dominant provider for platforms in today's market. &amp;nbsp;In all reality, VB for Apps was my intro to programming and now VB Studio. &amp;nbsp;From a non-programming stand-point I thank you for Small Basic because it is a quick and easy way to introduce ADO.NET issues and VB to my nephews this summer. &amp;nbsp;Had it not been for Small Basic I wouldn't be able to captured their attention. &amp;nbsp;It is easy to use and attractive to get them started. &amp;nbsp;My three nephews and I thank you...&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9859913</link><pubDate>Fri, 07 Aug 2009 09:18:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9859913</guid><dc:creator>AMANDA</dc:creator><description>&lt;p&gt;how come when i type&lt;/p&gt;
&lt;p&gt;go.create(&amp;quot;world&amp;quot;,0,0)&lt;/p&gt;
&lt;p&gt;it says&lt;/p&gt;
&lt;p&gt;canot find object &amp;quot; GO &amp;quot;&lt;/p&gt;
&lt;p&gt;when i do this on my old compuer it worked&lt;/p&gt;
&lt;p&gt;cann you help me?&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9929710</link><pubDate>Sat, 28 Nov 2009 23:38:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9929710</guid><dc:creator>j jones</dc:creator><description>&lt;p&gt;Create an array that stores 10 fahrenheit temperatures. Display the temperatures in celsius. Write a For loop to store the fahrenheit temperatures in the array and write a For loop to convert the temperatures to celsius and display them.&lt;/p&gt;
</description></item><item><title>re: Hello World</title><link>http://blogs.msdn.com/smallbasic/archive/2008/10/23/hello-world.aspx#9929711</link><pubDate>Sat, 28 Nov 2009 23:40:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9929711</guid><dc:creator>j jones</dc:creator><description>&lt;p&gt;How Do You Creat a lopp 4 this&lt;/p&gt;
</description></item></channel></rss>