[issue1814] Victor Stinner's GMP patch for longs

STINNER Victor report at bugs.python.org
Thu Nov 13 22:26:17 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Notes:
- GNU Common LISP uses CLN, which uses GMP's low-level
functions (http://cvs.savannah.gnu.org/viewvc/gcl/gcl/gmp/)
- GHC (Haskell compiler, http://haskell.org/ghc/) uses (or  
used) GMP. But Haskell is a statically typed language, where one can  
choose between fixed sized types like Int, and variable sized  
integers.
(informations from the GMP mailing list)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1814>
_______________________________________


More information about the Python-bugs-list mailing list