In article <mailman.4472.1387638502.18130.python-l...@python.org>,
 Tim Chase <python.l...@tim.thechases.com> wrote:

> In know that my first BASIC, Applesoft BASIC had the 2-character
> names, and you had to load Integer Basic (with Ints in addition to the
> standard Floats used in the BASIC provided by the ROM, a strange
> choice).

Why is it a strange choice?  If you're only going to support a single 
type of numeric value, floats make a lot more sense than ints.  Floats 
are a superset of integers.

Javascript, anyone?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to