Google Summer of Code project: GMP bindings for Parrot

Daniele Varrazzo daniele.varrazzo at gmail.com
Tue May 17 10:25:45 CEST 2011


On Mon, May 16, 2011 at 8:55 PM, Bob Kuo <bobjkuo at gmail.com> wrote:

> I was wondering what version(s) of GMP should I support?  I currently
> have 5.0.1 on Mac OS X 10.6 but from what I understand the API is
> relatively stable and backwards compatible.

For what I've seen writing the PostgreSQL bindings, 4.2, 4.3 and 5.0
have identical interface (I've bound pretty much all the public
functions). 4.1 is only missing rootrem(), combit() and randint_mt(),
so it was easy to support as well with minimal use of ifdef.

-- Daniele


More information about the gmp-discuss mailing list