axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: interpreter and with-expression


From: Francois Maltey
Subject: Re: [Axiom-developer] Re: interpreter and with-expression
Date: 17 Jan 2007 22:38:41 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Dear Gabriel,

If you are looking in the interpreter is it possible to improve axion 
about anonymous functions :

[t+k for k in 1..12]         -- is right in axiom
[(t+->t+k) for k in 1..12]   -- I can't get 12 functions with 12 integers.

[t +-> t+1, t +-> t+2]          -- is well declared, but I can't sign it
map (f +-> f(55), [t +-> t+1, t +-> t+2])-- doesn't work, I must sign it

Do you have any information about the anonymous functions.

Francois (again)




reply via email to

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