Re: requirements gathering on mini transformation language

2006-09-29 Thread Adriano Ferreira
o what Prolog does. tr_rule some_trans( $obj ~~ [ $a ~~ Hash, $b ~~ { 'k' => $vk } ] ) { [ { 'y' => $vk, $a } ] } The rules must know how to walk each kind of structure: array, hash, object, whatever and build new ones. My 0.0002 cents. Adriano Ferreira. On

Re: Parrot Bug Summary

2006-06-26 Thread Adriano Ferreira
On 6/26/06, Watson Ladd <[EMAIL PROTECTED]> wrote: Can we format this a bit better? It is nicely formatted if you see with fixed-width fonts. And the link http://rt.perl.org/rt3/NoAuth/parrot/Overview.html takes to the HTML page from which this ASCII report was extracted.

Re: [perl #34039] Build failure on freebsd 4.9-RELEASE (mpz_*)

2005-02-09 Thread Adriano Ferreira
After a little research I have found why Configure.pl succeeds while determining if some FreeBSDs (like 4.9, 4.10) supports GMP and why compilation fails in the same systems complaining about undefined references to `mpz_fits_slong_p'. The test about GMP support is at: config/auto/gmp.pl

Re: [perl #34039] Build failure on freebsd 4.9-RELEASE (mpz_*)

2005-02-04 Thread Adriano Ferreira
Hey, I've already seen that one. You need to install GNU MP (The GNU Multiple Precision Arithmetic Library) in FreeBSD (at least 4.10) before this succeeding. The usual installation mantra in FreeBSD should do it: # cd /usr/ports # make search name=libgmp # cd (whatever adequate path the search