Re: Looking for BASIC compiler
- From: news@xxxxxxxxxxxxxxx
- Date: Thu, 25 Aug 2005 13:18:15 +0000 (UTC)
H-Man <I-Hate@xxxxxxxxxx> wrote:
: I like Delphi, but would prefer a BASIC solution to no runtimes required.
: Mostly because I am most familiar with BASIC. AFAIK, FreeBASIC has a
: seperate runtime module, no?
The subject line is "Looking for BASIC compiler" and I
assumed you were only interested in a 'true' compiler that
creates native machine code. However if your main concern
is that it makes a single, compact, stand-alone executable
file - not necessarily that it is a true compiler - then
your options are increased.
You might like to look at BBC BASIC. This is a traditional
interpreted language but it creates compact (typically less
than 100K) stand-alone executables by combining a compressed
version of your BASIC program with a run-time interpreter.
It won't be as fast as a true compiler but in all other
respects there is no discernable difference.
If you are interested in a relatively pain-free way to learn
about the Windows API then BBC BASIC for Windows may be the
answer. You can start by writing 'pure' BASIC programs and
gradually replace the BASIC commands with API calls (easily
made from BBC BASIC) until eventually you're just using BASIC
as a wrapper around API calls. At that point you can migrate
to any other language confident that the API won't be a
stumbling block.
An evaluation version of BBC BASIC for Windows is here:
http://www.rtrussell.co.uk/products/bbcwin/download.html
The BBC BASIC discussion group is at:
http://groups.yahoo.com/group/bbcbasic/
Some user reviews are here:
http://www.download.com/BBC-BASIC-For-Windows/3640-2069_4-10412803.html
Richard.
http://www.rtrussell.co.uk/
To reply by email change 'news' to my forename.
.
- References:
- Looking for BASIC compiler
- From: H-Man
- Re: Looking for BASIC compiler
- From: gswork
- Re: Looking for BASIC compiler
- From: H-Man
- Looking for BASIC compiler
- Prev by Date: Re: Looking for BASIC compiler
- Next by Date: Re: Looking for BASIC compiler
- Previous by thread: Re: Looking for BASIC compiler
- Index(es):
Relevant Pages
|
Loading