Page 1 of 1

BASIX

Posted: Mon Jan 23, 2012 2:59 pm
by Yicker
Hi,

I've been reading the articles over the last 6 months in the CEO magazine about the commands and functions found in BASIX which appears to be some sort of extended Basic.

Can someone tell me where I might be able to get hold of a copy?


Cheers
Scott

Posted: Mon Jan 23, 2012 6:53 pm
by Symoon
I've uploaded it on the FTP:
http://www.defence-force.org/ftp/forum/symoon/basix.zip
Have fun :D

Posted: Tue Jan 24, 2012 1:12 am
by Yicker
Hi Symoon.

Thanks for that, very much appreciated.


Scott

Posted: Tue Jan 24, 2012 3:46 am
by coco.oric
Thanks Symoon,

"Ca faisait quelque temps que je me demandais ou trouver ca "
but i didn't search inside the ceo disk

Re: BASIX

Posted: Tue Nov 27, 2018 8:50 pm
by romualdl
I've not been through any thorough research and testing but is this BASIX some something like the Atari 800xl "Turbobasic Xl"?

Some computers have been through this kind of improvement, the most interesting being this Turbobasic-Xl. Of course the atari basic was pretty lame but the Turbo-basicS (different basics were ceated over the years) are really interesting in terms of speed (up to 5 times faster), new functions (even really advanced ones in some cases), also offering interpreter and compiler versions. Of course it's less interesting than C or assembly for pure-coders but much more user-friendly.
To make it short improvements have been made in the GOTO, GOSUB, FOR-NEXT loops (in the way to search the jump-return line, the handling of the stack...) and some improvement in poorly coded rom-sequences called by some basic functions. The structure has also seen improvements.
All these features allowing fast and easy programming for beginner coders. And some easy basic coding can be way faster than poor C code in the end (and I'm not talking about assembly).