Does anyone know of a portable BASIC or Transcript. I'm starting programming, but my dad won't let me load a compiler onto the PC. I know of Portable Python, but I'm not ready to switch to a new language. I searched Google, Wikipedia, here, Yahoo, and practically everywhere.
P.S. I have a project due on the 31st.
You are here
Portable BASIC or Transcript
January 12, 2008 - 6:24pm
#1
Portable BASIC or Transcript
Are there any requirements for your package? GUI? graphics? media? API calls?
I've seen a couple of free packages, but they may have some limitations (e.g. only work in CMD window).
MC
Well, I suppose I want something I can build a UI in (rather than make it myself with the code), and one that is modern enough to use the
const
function.Insert original signature here with Greasemonkey Script.
basic as in ASP?
Please search before posting. ~Thanks
Active Server Pages can be written in VBScript, Javascript, and Perl so that would be a "no".
Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!
It's not in PAF Format, but it should do fine.
DecimalBASIC:
http://pendriveapps.com/2007/08/21/decimal-basic-portable-basic-programm...
Never bothered to check it out myself, so let me know what you think.
-Cheers
There are 10 types of people in the world:
1. Those who understand binary
0. And those who don't
Oh, I forgot to mention: the Windows Script Host is installed on many machines by default. That means that you could use VBscript portably with a fair chance of finding a way to execute it. But that might not work depending on your project requirements.
MC
Here's another option for a GUI - using VBScript and a some simple code, you can run a web page as if it were an application. The nice thing here is there's no compiling, AND you'll be learning Visual Basic which is going to be more transferable in the "real world" (Whatever that is).
Here's a few links to get you going:
Scripting in general: http://www.microsoft.com/technet/scriptcenter/default.mspx
Info on HTAs: http://www.microsoft.com/technet/scriptcenter/hubs/htas.mspx
Michael D. Shook
I meant a compiler. Guess that the enviroment just pops up in everybody's heads. (It was in mine, too, but then I noticed that it doesn't compiler.)
Insert original signature here with Greasemonkey Script.
So you need a BASIC compiler? I can't tell from what you typed.
Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!
I just realized it.
Insert original signature here with Greasemonkey Script.
the last time i saw B.A.S.I.C. was on my Commodore 64! i didnt think anyone really used it, it is really a pain in the a$$. otherwise a C64 emulater should do it if you are just playing around with it.
Zoop
I'm starting programming, you expect me to start at C++? Most people quit as programmers because they started at C++...
Insert original signature here with Greasemonkey Script.
then u may be better off starting with a language that spoils you and makes things easy, then go back to the harder languages after u understand the basic concepts. I started in VisualBasic6, and its about the easiest programming language i've seen to use. from there i moved to JAVA, then to C++
The developer formerly known as ZGitRDun8705
That's exactly the order of languages I wanted to learn (except without the visual part)
Insert original signature here with Greasemonkey Script.
The following sites list free or low-cost Basic IDE/compilers.
and
There are probably others. I haven't looked at any of them, since I'm still not clear what you want. Some of them include an IDE (which you seem to want, since you talk about building a GUI) and most include at least a compiler.
Do any of them do what you want? If so, let us know, and we'll see about making it portable. (We might make a non-opensource basic portable, though we won't be able to do much with it on PA.) If those are some that you've looked at and rejected, perhaps you could say why you rejected them?
Does your father say why he doesn't want a compiler on his machine? Depending on his reasons, using a portable version might yield the same objections as using one copied to the hard disk. (E.G., is he worried about space? interfering with other programs? or ...)
MC
but a nice easy-to-learn PL is Processing (mainly for Gfx, but with some libraries for other purposes).
It runs easily from a stick (don't know if it does something with the registry, though...) and programs can exported to Java.
There's even a version that exports J2ME (for mobile phones etc.)
http://www.processing.org/