On Wed, 17 Jan 2007, Francois Maltey wrote: | 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.
I have not come to that point yet. So far, I only have documentation for * lexing * parsing (new compiler) * parts of the interpreter (parsing excluded) * lisplib generation But, I'll definitely look into the anonymous functions. Thanks for providing the test case. -- Gaby _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer