Re: [open-axiom-devel] [fricas-devel] Re: [fricas-devel] Re: [fricas-devel] Re: iterators and cartesian product.

Ralf Hemmecke <[email protected]> Wed, 24 Oct 2007 03:29:35 +0200
Newsgroups gmane.comp.mathematics.axiom.general
Message-ID <[email protected]>
>   [ f(x.1,x.2) for x in Product(1..9,1..4) ]

Take my implementation from

http://lists.gnu.org/archive/html/axiom-math/2007-10/msg00023.html

then I don't see a reason (in Aldor) why it shouldn't even be possible 
to say

[f x for x in (1..9)*(1..4)]

where f: (Integer, Integer) -> Something.

Ralf