samuraicrow
Member
Chip said:A native BASIC compiler would be nice, but there will be so many PC systems emulated on Pandora with BASIC compilers that it probably won't be a priority. Check out AMOS and Blitz BASIC - both were very powerful, games-oriented BASIC languages with compilers for the Amiga platform.PlopperZ said:How about BASIC? (it's the only programming language I know )
For more information on AMOS, see the AMOS Factory website. It's written entirely in 68000 machine language so there's no hope of getting Amos to work without an emulator but...
A friend and I am making a sequel to AmosPro called Mattathias (named after the son of the prophet Amos). It will use Low-Level Virtual Machine as its machine language which has an ARM backend so it will be possible to run it on Pandora. Also, since we are making the Mattathias parser more flexible than the Amos parser, it should be able to parse several dialects of BASIC.
The continuations of Blitz Basic have been written to work on the PC but are closed source. AmiBlitz, the continuation on the Amiga, will likely be constrained to run only on 68000 series processors due to design limitations.
If you want a native BASIC interpreter, check out sdlBasic. It's portable, LGPL licensed, runs on the GP2X already, and its runtime will likely be the basis for the SDL version of the Mattathias compiler.
Last edited by a moderator: