Mail Archives: djgpp/1997/05/30/22:36:29
Adam wrote:
>
> I guess we have different definitions on interpretation... Well, maybe I
> should just be more specific... BASIC is considered an interpreted
> language, in that it interprets the actual code that you write, it doesn't
> compile it into something else first... That's how interpreted languages
> work... QuakeC is parsed and compiled into something that is, for all
> intentive purposes, illegible to the standard human.
>
how about converting the lines you enter into strings of tokens (i think
most basics do this ... they do not read 'p','r','i','n','t' everytime
you run a program. so, in essence, basic programs also get converted to
byte-code (to use the currently fashionable phrase.)
--
Sinan
*******************************************************************
A. Sinan Unur WWWWWW
|--O+O
mailto:sinan DOT unur AT cornell DOT edu C ^
http://www.people.cornell.edu/pages/asu1/ \ ~/
Unsolicited e-mail is _not_ welcome, and will be billed for.
*******************************************************************
- Raw text -