Smallbasic


BenScar posted on Feb 24 2006 at 01:55 PM said:
msgbox "Hello World"
BASIC is basically (no pun intended, but it's actually not too bad, now that I look at it) the same, except you do

PRINT "Hello World"

:)
 
Last edited by a moderator:
skeezix posted on Feb 23 2006 at 11:36 PM said:
Just do your BASIC in an emu.. Frodo for C64-basic, or even STOS for crazy game-oriented basic on the ST ;0 Oooooh, you wanted useful...

jeff


Yeah basic in an emu is great. This could be nice too though. With it running native you can access the screen, buttons, speakers, etc. Plus it has the potential to run faster than in an emu too.
 
Last edited by a moderator:
Must look take a look at the basic, Does anybody now if BlitzMax could be ported. Its a very cool game programming language which can be compiled for Linux, Windows and Macs.

Take a look at www.blitzbasic.com/Products/blitzmax.php
 
Would visualbasic 6 work on the GP2X, or do the programs made in it only work on Windows platforms?
 
Anhaedra posted on Feb 25 2006 at 09:32 PM said:
Would visualbasic 6 work on the GP2X, or do the programs made in it only work on Windows platforms?

the second one.
 
Last edited by a moderator:
Blitzbasic is a) not open source (blitzmax isn't even free), and B) uses OpenGL (at least, blitzmax does). Still, it's a great starter programming language.
 
rokdcasbah posted on Feb 26 2006 at 02:38 AM said:
Anhaedra posted on Feb 25 2006 at 09:32 PM said:
Would visualbasic 6 work on the GP2X, or do the programs made in it only work on Windows platforms?

the second one.

Erm... What do you mean by that?
 
Last edited by a moderator:
Anhaedra posted on Feb 27 2006 at 10:53 PM said:
rokdcasbah posted on Feb 26 2006 at 02:38 AM said:
Anhaedra posted on Feb 25 2006 at 09:32 PM said:
Would visualbasic 6 work on the GP2X, or do the programs made in it only work on Windows platforms?

the second one.

Erm... What do you mean by that?

'the programs made in it only work on Windows platforms'
 
Last edited by a moderator:
TelcoLou posted on Feb 28 2006 at 04:36 AM said:
Anhaedra posted on Feb 27 2006 at 10:53 PM said:
rokdcasbah posted on Feb 26 2006 at 02:38 AM said:
Anhaedra posted on Feb 25 2006 at 09:32 PM said:
Would visualbasic 6 work on the GP2X, or do the programs made in it only work on Windows platforms?

the second one.

Erm... What do you mean by that?

'the programs made in it only work on Windows platforms'

I see... Well, what development environment should I use for the GP2X? I've been wanting to learn to program, so I guess I'll try on the GP2X.

EDIT: Oh, I see... Smallbasic is the dev environment... :rolleyes:
 
Last edited by a moderator:
Anhaedra posted on Feb 28 2006 at 12:38 AM said:
EDIT: Oh at I see... Smallbasic is the dev environment... :rolleyes:

if you don't know any other languages and so don't have any "allegiances" as it were, your options are c/c++, python, and fenix. and now smallbasic has been added to the list. :)
 
Last edited by a moderator:
Back
Top