Do you know a Basic Interpreter similar to PBasic?
Kiwibot
Posts: 1
Hi,
I'm getting a Sumobot kit for Xmas, and would like to use the time between now and then learning Basic. Someone suggested I download a copy of GWBasic off the internet to play with in the interrim, but they weren't sure how similar it would be. Can anyone tell me if there is a better (nearer to PBasic) interpreter that I should atart with?
I'm getting a Sumobot kit for Xmas, and would like to use the time between now and then learning Basic. Someone suggested I download a copy of GWBasic off the internet to play with in the interrim, but they weren't sure how similar it would be. Can anyone tell me if there is a better (nearer to PBasic) interpreter that I should atart with?
Comments
The closest thing to the to the PBasic interpreter is...the PBasic interpreter. You can download it from the Parallax website at:
http://www.parallax.com/html_pages/downloads/software/software_basic_stamp.asp
peter
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Peter C. Charles
Director, Research and Technology
CyberBiota, Incorporated
Peter.charles@cyberbiota.com
http://www.cyberbiota.com
PBasic is actually better than the GWBasic interpreter, because GWBasic requires instruction numbers, while PBasic does not. In addition, PBasic has some very nice keywords (SERIN/SEROUT, SHIFTIN/SHIFTOUT, PULSIN/PULSOUT, PAUSE) designed for generating nice I/O signals, which GWBasic knows nothing about.
I wish Parallax would generate a nice PBasic debug version, but they have not as of yet. It might reveal too many trade secrets should they do so -- you'd need a software 'model' of the BS2 to run it on, after all.