Bill Allombert on Sun, 01 May 2011 14:24:14 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
GP2C 0.0.6 released |
Dear PARI lovers, I just released GP2C 0.0.6, the GP to C translator. <http://pari.math.u-bordeaux.fr/download.html#gp2c> This release adds support for the upcoming PARI 2.5 release and the just released PARI 2.4.4. When used with PARI version >=2.4.4, this release add support for closures, anonymous functions, and iterators like intnum, sumalt, forsubgroup and related. - - - - - - - - - - - - - - - - GP2C is a compiler for GP-scripts that output C code to be linked with libpari or instal'ed in GP. It can be used to compile and run a GP script, to learn how to use the PARI library, or to check a script for mistakes (with -W). It also includes gp2c-run which provides a simple way to compile PARI programs written in C. Cheers, Bill.