Basicprogramming(.org) > General questions and discussions

What BASIC do you mainly use?

(1/11) > >>

Richly:
I know this question gets asked a lot but it hasn't been asked for a while and not here  :)

I also know we all use more than one BASIC, but which is your preferred choice?

ZXDunny:
At present, I'm using AMOS Pro and Blitz BASIC on the Amiga for research purposes :)

Richly:

--- Quote from: ZXDunny on June 03, 2016, 09:26:21 AM ---At present, I'm using AMOS Pro and Blitz BASIC on the Amiga for research purposes :)

--- End quote ---

...for new SpecBAS features?  :)

I have a bit of a soft spot for Decimal BASIC too

http://hp.vector.co.jp/authors/VA008683/english/

jcfuller:
I'm flattered UbxBasic is on the list but the one I am using the most at present is NOT: FreeBasic.
I recently discovered a feature that I thought only PowerBASIC had: Dead code removal.
In PowerBASIC you can include all your library "source" code and if it's not called it is not placed in the executable.
FreeBasic has the equivalent by prefacing your Sub/Functions/Methods with PRIVATE. If it's not used it is not included in the executable.

James
 

ScriptBasic:
I primarily use Script BASIC as a base and enhance it with C BASIC extension modules for areas of code that an interpreter isn't suitable.

Navigation

[0] Message Index

[#] Next page

Go to full version