[Top][All Lists]
[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)
- [Axiom-developer] interpreter and with-expression, Gabriel Dos Reis, 2007/01/17
- [Axiom-developer] interpreter and with-expression, daly, 2007/01/17
- [Axiom-developer] Re: interpreter and with-expression, Gabriel Dos Reis, 2007/01/17
- Re: [Axiom-developer] Re: interpreter and with-expression, Waldek Hebisch, 2007/01/17
- Re: [Axiom-developer] Re: interpreter and with-expression, Gabriel Dos Reis, 2007/01/17
- Re: [Axiom-developer] Re: interpreter and with-expression, Waldek Hebisch, 2007/01/17
- Re: [Axiom-developer] Re: interpreter and with-expression, Gabriel Dos Reis, 2007/01/17
- Re: [Axiom-developer] Re: interpreter and with-expression,
Francois Maltey <=
- Re: [Axiom-developer] Re: interpreter and with-expression, Gabriel Dos Reis, 2007/01/17
[Axiom-developer] interpreter and with-expression, daly, 2007/01/17