Hello, Antony.

You wrote 23 апреля 2010 г., 16:18:02:

> I think Java and Python bindings would be
> a very popular addition - python is used a lot in scientific
> computing. I believe there's already a wrapper for gmp? Gmpy?

Yes,  GMPY. I've never studied it deeply yet, but they pursue slightly
different  goal:  more Python-oriented interface, GMP (MPIR) itself is
hidden deep in the library's core.

Af  far  as  I  understand their ideas, they want bignum library which
relies  either  on native Python bignum capabilities (=portability) or
on    some    hardware-optimized   external   library   (+performance,
-portability).

X-MPIR,  from  the  other side, adds nothing to interface (in fact, it
drops several "hard" functions), but focuses on portability issues and
on "easy-to-install/use" approach.

Can't  decide  what would be better - to implement "yet another Python
wrapper"  with  totally  different  interface and approach, or just to
help  GMPY devs to solve portability issues. Or may be it is better to
do both :)


-- 
With best regards,
 Sergey                          mailto:sergey.bochka...@alglib.net

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to