axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: [open-axiom-devel] [fricas-devel] Re: iterators


From: Ralf Hemmecke
Subject: [Axiom-developer] Re: [open-axiom-devel] [fricas-devel] Re: iterators
Date: Sun, 21 Oct 2007 21:48:25 +0200
User-agent: Thunderbird 2.0.0.6 (X11/20070728)

OK.  I'd still prefer to keep the language simple.  What I would like a lot
however is something like

for e in g repeat
    (a, b) := e
    ...

Possible in Aldor

or even

for (a, b) in g repeat
    ...

given that g returns a Cross.

Not possible in Aldor.



Stephen Watt,

is there a particular reason why the latter construction is not allowed in the Aldor language (I am not speaking of the compiler)?

Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]