Aquileo | Recent posts to newshttps://sourceforge.net/p/kidbasic/news/2009-10-03T07:25:35ZRecent posts to newsAquileo | I'm Back2009-10-03T07:25:35Z2009-10-03T07:25:35ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.netdd00722506d3ef902f9579bd72f48e4879b8be72<div class="markdown_content"><p>I've recently returned from deployment and will be able to continue work on Basic-256. It looks like there are a number of folks using it and I appreciate the response. Developers who are still interested in working on this project, please shoot me an email.</p></div>Aquileo | BASIC-256 0.9.2 Released2007-03-01T19:01:50Z2007-03-01T19:01:50ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.neta685a6d348197753e2bb97d6aad14378828df351<div class="markdown_content"><p>BASIC-256 is an easy-to-use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, a step-through debugger, and a set of easy-to-follow tutorials that introduce programming concepts through fun exercises.<br />
</p>
<p>Version 0.9.2 fixes a number of bugs and adds the following features: </p>
<p>- Anonymous arrays<br />
- SOUND command (Windows only, for now)<br />
- Improved translations, documentation, and examples</p>
<p>Please come check it out. We especially welcome all comments and feedback in the coming weeks as we work toward a 1.0 release. </p></div>Aquileo | BASIC-256 0.9.1 Released2006-12-09T01:52:48Z2006-12-09T01:52:48ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.net2c173b0fcd7d931eb95845f027d3a6223d21cff6<div class="markdown_content"><p>BASIC-256 is an easy-to-use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, a step-through debugger, and a set of easy-to-follow tutorials that introduce programming concepts through fun exercises.<br />
</p>
<p>Version 0.9.1 adds some much requested features:</p>
<p>- Syntax highlighting<br />
- Variable watch window<br />
- Syntax improvements<br />
- New and updated examples</p>
<p>Please come check it out. We especially welcome all comments and feedback in the coming weeks as we work toward a 1.0 release.</p></div>Aquileo | BASIC-256 0.9 Released2006-11-27T02:49:50Z2006-11-27T02:49:50ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.net1df940005c9a4e72abe8fa1dac26aa907b8d0ef3<div class="markdown_content"><p>BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, a step-through debugger, and a set of easy-to-follow tutorials that introduce programming concepts through fun exercises.<br />
</p>
<p>Major feature enhancements include:<br />
- User interface redesigned and enhanced<br />
- File access commands added to the language<br />
- New "poly" function to draw complex shapes<br />
- Three new string manipulation functions</p>
<p>We've added two excellent developers over the past couple of weeks, and have made tremendous progress. Come see the results!</p>
<p><a href="http://kidbasic.sourceforge.net">http://kidbasic.sourceforge.net</a></p></div>Aquileo | BASIC-256 0.8 released (formerly KidBASIC)2006-11-09T17:05:19Z2006-11-09T17:05:19ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.net11d83ab175a06dafc0c5f5551abdfe7ba1b4a554<div class="markdown_content"><p>BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, a step-through debugger, and a set of easy-to-follow tutorials that introduce programming concepts through fun exercises.<br />
</p>
<p>Major feature enhancements include:<br />
- A "Debug" mode which allows you to step through the program line by line<br />
- A line number indicator in the editor<br />
- Improved error messages<br />
- A PAUSE command which halts execution for a specified time<br />
- A LINE command which draws lines</p>
<p>Various other bug fixes and feature enhancements make this release the most stable and easy to use yet.</p></div>Aquileo | KidBASIC changes name to BASIC-2562006-11-02T23:05:26Z2006-11-02T23:05:26ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.nete44b57a09e1b70b7d74f1f1189e01ecbd29e4f30<div class="markdown_content"><p>It's been brought to our attention that another software product has used the name "KidBasic", prior to the creation of this one.</p>
<p>We're therefore immediately changing the name of our project to BASIC-256 to avoid any confusion.</p>
<p>The change may take a few days as we change every part of the project (web site, source code, etc.) with the old name. Thank you for your patience and continued support.</p></div>Aquileo | KidBASIC 0.7 Released2006-10-29T07:47:40Z2006-10-29T07:47:40ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.netea3c45fc1a4b6e9787fa63e645278f27b89d04ba<div class="markdown_content"><p>KidBASIC is an easy to use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.<br />
</p>
<p>Version 0.7 fixes a number of outstanding bugs, adds internationalization support, and adds a number of menu options including a fully functional edit menu.</p>
<p>Help and comments are always welcome. Check out our web site at <a href="http://kidbasic.sourceforge.net">http://kidbasic.sourceforge.net</a> for more information.</p></div>Aquileo | KidBASIC 0.6 Released2006-10-19T02:25:20Z2006-10-19T02:25:20ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.net5e1566362943cef8bf1e32266c088cddffa402ec<div class="markdown_content"><p>KidBASIC is an easy to use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.<br />
</p>
<p>Version 0.6 adds a number of mathematical functions: sin, cos, tan, abs, rand, floor, ceil, and int. Also included is a string() function to convert numerical values to strings.</p>
<p>Finally, performance has been enhanced, and there is now an option to save the compiled bytecode to a file.</p>
<p>Help and comments are always welcome. Check out our web site at <a href="http://kidbasic.sourceforge.net">http://kidbasic.sourceforge.net</a> for more information. </p></div>Aquileo | KidBASIC 0.5 Released2006-10-17T00:17:12Z2006-10-17T00:17:12ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.net3dcb78ae0c92c3f14a645cbea823b6f981d8f4f3<div class="markdown_content"><p>KidBASIC is an easy to use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. </p>
<p>Version 0.5 fixes minor bugs and adds support for arrays and logical operations AND, OR, XOR, and NOT. New examples are included which demonstrate arrays.</p>
<p>Help and comments are always welcome. Check out our web site at <a href="http://kidbasic.sourceforge.net">http://kidbasic.sourceforge.net</a> for more information.</p></div>Aquileo | KidBASIC 0.4.1 Released2006-10-12T01:50:08Z2006-10-12T01:50:08ZJim Reneauhttps://sourceforge.net/u/renejm/https://sourceforge.netae30c2e0f8f5213c3853b54f8e3f613d4c935702<div class="markdown_content"><p>KidBASIC is an easy to use version of BASIC designed to teach young children the basics of computer programming. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises. </p>
<p>With version 0.4.1, performance and stability under Linux and Unix systems has been significantly enhanced. New graphical functions are available, and the keyboard can be tested to see which key is being pressed. This release allows simple video games, like pong and breakout, to be programmed. More examples have been included and tutorials have been updated to incorporate the new features.</p>
<p>Help and comments are always welcome. Check out our web site at <a href="http://kidbasic.sourceforge.net">http://kidbasic.sourceforge.net</a> for more information.</p></div>