Re: LZ: New TI-BASIC Compiler


[Prev][Next][Index][Thread]

Re: LZ: New TI-BASIC Compiler



Jeff Tyrrill wrote:
> 
> First, ZBASIC has its OWN version of BASIC, it is not the same BASIC that is
> used in the calculators. Compilers for such programs as Visual Basic or QBasic
> are not really compilers, they just convert the human-readable code into a
> simpler format. Visual Basic applications require a DLL in the Windows/System/
> directory, which is actually a real-time interpreter. The reason is this, and
> the TI-92's BASIC language is a very good example:
> 

One comment....you've just defined a compiler. All compilers do is turn
human-readable code (I'm assuming you're saying assembly isn't
"human-readable" for some reason) into machine language (a simpler
format).


References: