Numeric Programming for Everybody

piet at cs.uu.nl piet at cs.uu.nl
Thu Jun 7 09:59:14 EDT 2001


>>>>> Don Dwiggins <dwig at advancedmp.net> (DD) writes:

DD> Here's a strawman proposal: the "default" number system for the language
DD> will be like that of Unix "bc": fixed point (the user must declare how many
DD> fractional places), no limit on size.  Yes, of course it's inefficient, but
DD> it's a good fit to the beginner's mental model.  The introductory
DD> documentation will describe this system, and mention the others available,
DD> and why one might want to use them.

That can't work as it uses a global variable (the number of fractional
digits) and that gives problems with imported modules.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl



More information about the Python-list mailing list