<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Is there an easy way to program the Wii (BASIC)?</title>
<description> Has anybody made a BASIC programing language that will compile Wii executables (boot.ELF files)? I know that QBASIC and Visual BASIC will compile PC executables (EXE files). But is there a Wii BASIC anywhere?</description><link>http://forum.wiibrew.org/read.php?14,972,972#msg-972</link><lastBuildDate>Fri, 17 Jul 2026 22:16:46 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,2187#msg-2187</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,2187#msg-2187</link><description><![CDATA[ I suppose it depends how you look at it. Personally, GOSUB is a statement, which is an extension of GOTO, basically it does the same as GOTO, but saves the return line number in the stack for the RETURN command at the end of the sub<br /><br />You&#039;re right about the language being easily extendable, that how I managed to get Wiimote access into WiiBASIC so fast. The project is currently on hold whilst I&#039;m working on something else, but when I come back to it, Graphics, SD card and network will also be added in.<br /><br />Interpreters are generally slower than compiled, however, they have several uses. One would even be that they can be ported, so the WiiBASIC I write could have a Windows or Linux compile so you can test code out on the PC as well as the Wii]]></description>
<dc:creator>whodares</dc:creator>
<category>Offtopic</category><pubDate>Sat, 27 Sep 2008 01:15:51 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,2184#msg-2184</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,2184#msg-2184</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>whodares</strong><br />There are plenty of variants of BASIC, and I agree, some only had GOTO and GOSUB (which are what functions technically are anyway).<br /><br />QBASIC/QuickBASIC definately had them<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />So you&#039;re gonna do all that work just to make and play text applications or primitive graphics applications?</div></blockquote><br />Why do you assume you&#039;ll only be able to do "primitive graphics" in BASIC? I saw a 3D engine written in QuickBASIC by Ken Silverman (The guy who wrote BUILD for Duke3D etc.) and it was by no means sluggish. I&#039;ve also seen QuickBASIC programs loading in bitmaps and drawing to the screen, so you can get your "Advanced" graphical displays.<br /><br />Anyway, This is going too far off-topic, so I&#039;m not going to debate any more on BASIC as a language. So back on topic...<br /><br />@VideoGamer: Why would you want to code a BAS file on PC and copy it across? Considering the Wii can support a USB keyboard, you might as well include it all on the device (although that wouldn&#039;t stop you from coding on the PC and copying it over).<br /><br />However, what you might be after more than WiiBASIC like I was imagining, was probably a BASIC to C converter so you could write your BAS file, run a program on the PC to convert it to C, link in all the necessary libraries (Wiimote, Network, GRRLib etc.) and compile your ELF file.</div></blockquote>
Isn&#039;t GOSUB considered a function? It&#039;s not LIKE a function, it IS a function.<br />And technically, since BASIC is an interpreted language, it&#039;s easy to modify the language to add more features.<br />Remember: Interpreters are your friend.]]></description>
<dc:creator>strongfan</dc:creator>
<category>Offtopic</category><pubDate>Fri, 26 Sep 2008 22:58:27 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1203#msg-1203</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1203#msg-1203</link><description><![CDATA[ Fair enough tona<br /><br />Videogamer: using the bash shell and subsiquently GCC is basically like learning a new language, it has it&#039;s own scripting language from which you can create programs (although this isn&#039;t optimal). When it boots type this:<br /><br />cd c:/<br /><br /><br />and hit enter. cd means change directory. Once here keep using the cd command to move through your computer until you get to the folder where the make file is located and type<br /><br />make<br /><br />then it should come up with some words and babbel. If it works, then you will get your compiled program other wise it will give you errors, what line they are and what the error is.<br />To get a list of the folders and files in the current directory type<br /><br />ls<br /><br /><br />(short for list, dir in windows), this makes it easier to navigate although cygwin is easy to use anyway, although for a BASIC programmer it may not be so easy.]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Offtopic</category><pubDate>Mon, 25 Aug 2008 14:54:14 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1196#msg-1196</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1196#msg-1196</link><description><![CDATA[ This topic is getting off topic, so I&#039;m moving it to off topic. It doesn&#039;t fit under the Coding forum rules, anyhow.]]></description>
<dc:creator>tona</dc:creator>
<category>Offtopic</category><pubDate>Mon, 25 Aug 2008 07:47:58 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1191#msg-1191</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1191#msg-1191</link><description><![CDATA[ I downloaded and installed Cygwin just now. But when I ran it I was expecting to get a GUI, but instead I got a text like screen. WTF! I thought Linux (which Cygwin approximates) was supposed to be a graphical (not text) based interface. And I have NO clue how to change directorys in Cygwin. And I have NO clue how to how to use it to compile C source code.]]></description>
<dc:creator>Videogamer</dc:creator>
<category>Offtopic</category><pubDate>Mon, 25 Aug 2008 04:49:57 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1181#msg-1181</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1181#msg-1181</link><description><![CDATA[ GCC, on windows use the cygwin bash shell.]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Offtopic</category><pubDate>Mon, 25 Aug 2008 00:35:16 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1177#msg-1177</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1177#msg-1177</link><description><![CDATA[ And how do I compile C programing. I found an interesting homebrew program but ONLY the C sourcecode is available. I went to the directory in dos (actually the dos command window because I have Windows XP) and I typed "make" (like you&#039;re supposed to, because I thought "make" was a dos command) but it says "bad command or file name". So I now know I actually need a C compiler installed on my computer. But I can&#039;t find a C compiler that is both FREE and EASY TO USE! Could you recommend a C compiler for me? Because I&#039;m beginning to think that nobody is ever going to program the Wii in BASIC.<br /><br />Please. What C compiler would you recommend?]]></description>
<dc:creator>Videogamer</dc:creator>
<category>Offtopic</category><pubDate>Sun, 24 Aug 2008 23:18:37 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1149#msg-1149</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1149#msg-1149</link><description><![CDATA[ post some code of a BASIC port to WII or move this to offtopic]]></description>
<dc:creator>GPF</dc:creator>
<category>Offtopic</category><pubDate>Sun, 24 Aug 2008 13:43:48 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1142#msg-1142</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1142#msg-1142</link><description><![CDATA[ I&#039;m good at making programs IN basic. I&#039;m NOT good at writing a whole NEW version of basic.]]></description>
<dc:creator>Videogamer</dc:creator>
<category>Offtopic</category><pubDate>Sun, 24 Aug 2008 06:48:37 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1135#msg-1135</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1135#msg-1135</link><description><![CDATA[ If your so good at BASIC do it yourself.]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Offtopic</category><pubDate>Sun, 24 Aug 2008 05:33:25 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1130#msg-1130</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1130#msg-1130</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>whodares</strong><br />There are plenty of variants of BASIC, and I agree, some only had GOTO and GOSUB (which are what functions technically are anyway).<br /><br />QBASIC/QuickBASIC definately had them<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />So you&#039;re gonna do all that work just to make and play text applications or primitive graphics applications?</div></blockquote><br />Why do you assume you&#039;ll only be able to do "primitive graphics" in BASIC? I saw a 3D engine written in QuickBASIC by Ken Silverman (The guy who wrote BUILD for Duke3D etc.) and it was by no means sluggish. I&#039;ve also seen QuickBASIC programs loading in bitmaps and drawing to the screen, so you can get your "Advanced" graphical displays.<br /><br />Anyway, This is going too far off-topic, so I&#039;m not going to debate any more on BASIC as a language. So back on topic...<br /><br />@VideoGamer: Why would you want to code a BAS file on PC and copy it across? Considering the Wii can support a USB keyboard, you might as well include it all on the device (although that wouldn&#039;t stop you from coding on the PC and copying it over).<br /><br />However, what you might be after more than WiiBASIC like I was imagining, was probably a BASIC to C converter so you could write your BAS file, run a program on the PC to convert it to C, link in all the necessary libraries (Wiimote, Network, GRRLib etc.) and compile your ELF file.</div></blockquote><br />What I imagined was NOT a version of BASIC to run on the Wii. I imagined a version of basic that would run on the computer. Then when you compiled the program from basic, it would produce a boot.elf file with Wii compatible code (turn the BASIC commands into Wii commands and write them to a boot.elf file). Then you would just put that boot.elf file on the SD card, put it in the Wii and start your own homebrew program from the Homebrew Channel on the Wii.<br /><br />The actual BASIC programming language would NEVER NEVER NEVER have to run on the Wii.<br /><br />Now does everyone see what I&#039;m talking about? (if so then this is a hint that I would like someone to make this form of BASIC, so I can start making my own homebrew apps for Wii without having to learn C or any other programing language, because I&#039;m already VERY knowledgeable in BASIC and VisualBASIC, but I know ABSOLUTELY NOTHING about how to program in C or any other programing language)]]></description>
<dc:creator>Videogamer</dc:creator>
<category>Offtopic</category><pubDate>Sun, 24 Aug 2008 05:11:53 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1129#msg-1129</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1129#msg-1129</link><description><![CDATA[ @whodares<br />You don&#039;t have to add a prototype for a function in C or C++ if it is declared before the main method.]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Offtopic</category><pubDate>Sun, 24 Aug 2008 04:42:04 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1118#msg-1118</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1118#msg-1118</link><description><![CDATA[ Or waste some time with lua]]></description>
<dc:creator>vader347</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 21:44:04 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1114#msg-1114</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1114#msg-1114</link><description><![CDATA[ @whodares<br />Yes, but who would waste the time to write a long program to get past graphic primitives? As you also said this getting offtopic.<br /><br />Bottom line Videogamer: Move forward with C++ instead of backward with BASIC. I&#039;m done posting on this topic.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 20:44:27 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1113#msg-1113</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1113#msg-1113</link><description><![CDATA[ There are plenty of variants of BASIC, and I agree, some only had GOTO and GOSUB (which are what functions technically are anyway).<br /><br />QBASIC/QuickBASIC definately had them<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />So you&#039;re gonna do all that work just to make and play text applications or primitive graphics applications?</div></blockquote><br />Why do you assume you&#039;ll only be able to do "primitive graphics" in BASIC? I saw a 3D engine written in QuickBASIC by Ken Silverman (The guy who wrote BUILD for Duke3D etc.) and it was by no means sluggish. I&#039;ve also seen QuickBASIC programs loading in bitmaps and drawing to the screen, so you can get your "Advanced" graphical displays.<br /><br />Anyway, This is going too far off-topic, so I&#039;m not going to debate any more on BASIC as a language. So back on topic...<br /><br />@VideoGamer: Why would you want to code a BAS file on PC and copy it across? Considering the Wii can support a USB keyboard, you might as well include it all on the device (although that wouldn&#039;t stop you from coding on the PC and copying it over).<br /><br />However, what you might be after more than WiiBASIC like I was imagining, was probably a BASIC to C converter so you could write your BAS file, run a program on the PC to convert it to C, link in all the necessary libraries (Wiimote, Network, GRRLib etc.) and compile your ELF file.]]></description>
<dc:creator>whodares</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 20:38:31 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1112#msg-1112</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1112#msg-1112</link><description><![CDATA[ Liberty basic was what I used. It didn&#039;t have functions (its also possible that I was never taught them).]]></description>
<dc:creator>Arikado</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 20:22:42 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1111#msg-1111</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1111#msg-1111</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Arikado</strong><br />@henke37<br />yes, but only via goto. C functions are alot cleaner.</div></blockquote><br />That&#039;s rubbish. Also, in C you have to declare functions twice, once as a "prototype", and the other with the code.]]></description>
<dc:creator>whodares</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 20:22:14 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1109#msg-1109</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1109#msg-1109</link><description><![CDATA[ Uhm, you must be using some really stale variant of basic, even before windows was created, qbasic had them.]]></description>
<dc:creator>henke37</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 19:44:17 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1106#msg-1106</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1106#msg-1106</link><description><![CDATA[ @henke37<br />yes, but only via goto. C functions are alot cleaner.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 16:50:42 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1103#msg-1103</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1103#msg-1103</link><description><![CDATA[ To be fair, basic can call functions. Functions like those in c.]]></description>
<dc:creator>henke37</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 15:50:57 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1096#msg-1096</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1096#msg-1096</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Videogamer</strong><br />You all are confusing what I said. You seem to think I want BASIC that would run BAS files on the Wii. I NEVER said that. I said I want a BASIC that AFTER one writes their program in the BASIC, they could then compile a boot.elf file (instead of the more typical *.EXE file).</div></blockquote><br />So you&#039;re gonna do all that work just to make and play text applications or primitive graphics applications?]]></description>
<dc:creator>Arikado</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 14:35:55 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1084#msg-1084</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1084#msg-1084</link><description><![CDATA[ Oh, i got that, but basic still sucks.]]></description>
<dc:creator>henke37</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 13:10:10 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1075#msg-1075</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1075#msg-1075</link><description><![CDATA[ You all are confusing what I said. You seem to think I want BASIC that would run BAS files on the Wii. I NEVER said that. I said I want a BASIC that AFTER one writes their program in the BASIC, they could then compile a boot.elf file (instead of the more typical *.EXE file).]]></description>
<dc:creator>Videogamer</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 06:24:48 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1065#msg-1065</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1065#msg-1065</link><description><![CDATA[ BASIC isn&#039;t a proper language. You can do everything that C++ can do in many languages, but there will definately be some over head and lack of some feature, just learn C++]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Offtopic</category><pubDate>Sat, 23 Aug 2008 01:50:30 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1011#msg-1011</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1011#msg-1011</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>WiiPhlex</strong><br />Why do people always look for the easy language? Learn a proper one like C++ or C# and make proper games.</div></blockquote><br />I hate people bashing BASIC as if it&#039;s not a proper language. Depending which flavour of BASIC you pick up, you can do almost everything in it that you can do in C, C++, and C#. Also, C#.NET and VB.NET they compile to the same thing regardless of language, but I find it faster to implement in VB.NET.<br /><br />@VideoGamer: Actually, I have had an idea about producing a WiiBASIC, but I&#039;ve not done anything on it yet]]></description>
<dc:creator>whodares</dc:creator>
<category>Offtopic</category><pubDate>Fri, 22 Aug 2008 15:53:51 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,1002#msg-1002</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,1002#msg-1002</link><description><![CDATA[ BASIC is actually still somewhat alive (Liberty BASIC), but it&#039;s really just useless since it lacks versatility and portability. What you should learn is C++. It can work just like basic if you want it to. And much of the syntax is sorta similiarish. The great thing about C++ is its portability, all commercial videogames, and videogame consoles are programmed with it. It&#039;s portability also gives us acces to other people&#039;s framework (libraries).<br /><br />Before C++, I was originally taught Liberty BASIC "in order to get a get a grasp on the fundamentals of programming". I didn&#039;t find it too hard to switch, and besides for nostalgia will probably never go back to it. C++ in 21 days and C++ for dummies are highly reccomended books to help get you started.]]></description>
<dc:creator>Arikado</dc:creator>
<category>Offtopic</category><pubDate>Fri, 22 Aug 2008 15:26:10 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,985#msg-985</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,985#msg-985</link><description><![CDATA[ Why do people always look for the easy language? Learn a proper one like C++ or C# and make proper games.]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Offtopic</category><pubDate>Fri, 22 Aug 2008 11:34:38 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,981#msg-981</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,981#msg-981</link><description><![CDATA[ I&#039;m sure someone could write a Basic interpreter for the Wii, but that person would not be me ;). It would be a cool little project but ultimately pointless; Basic is just too limited that there isn&#039;t much interesting stuff you could do with it on the Wii anyway. You&#039;d be better off just learning C++.]]></description>
<dc:creator>iofthestorm</dc:creator>
<category>Offtopic</category><pubDate>Fri, 22 Aug 2008 10:09:20 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,976#msg-976</guid>
<title>Re: Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,976#msg-976</link><description><![CDATA[ No, people who code for it has to stick with a language that is still considered alive. Just learn c++, the basics shouldn&#039;t take long to learn, the rest is just misc extension rules.]]></description>
<dc:creator>henke37</dc:creator>
<category>Offtopic</category><pubDate>Fri, 22 Aug 2008 07:45:38 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?14,972,972#msg-972</guid>
<title>Is there an easy way to program the Wii (BASIC)?</title><link>http://forum.wiibrew.org/read.php?14,972,972#msg-972</link><description><![CDATA[ Has anybody made a BASIC programing language that will compile Wii executables (boot.ELF files)? I know that QBASIC and Visual BASIC will compile PC executables (EXE files). But is there a Wii BASIC anywhere?]]></description>
<dc:creator>Videogamer</dc:creator>
<category>Offtopic</category><pubDate>Fri, 22 Aug 2008 05:33:47 +0200</pubDate></item>
</channel>
</rss>