On 2015-03-02 01:37, Dennis Lee Bieber wrote:
On Sun, 1 Mar 2015 13:43:50 +1100, Chris Angelico <ros...@gmail.com>
declaimed the following:

losing performance. Conversely, I'm sure Python could also have been
implemented on top of BASIC if someone felt like it, though what the
advantages might be I have no idea. But performance is not (or should

        You'd be able to run it on a TI99/4 (in which the BASIC interpreter,
itself, was run on an interpreter... nothing like taking the first "16-bit"
home computer and shackling it with an interpreted language that was run on
an interpreted language)

The "16-bit" CPU had a 16-bit address bus (64K address space). If you
were going to switch from an 8-bit processor to a 16-bit processor, one
of the pluses you'd be looking for would the ability to directly
address more than 64K.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to