[Aimmath-developers] codegen
Brought to you by:
gustav_delius,
npstrick
From: Neil S. <N.P...@sh...> - 2003-08-26 18:48:03
|
I have committed a new version of aim/Compile.mpl that uses ToInert/FromInert instead of codegen[makeglobal] etc. I think that this cures all reported bugs with question compilation. However examples like this are particularly subtle: local> a,f h> f := (t) -> t^2 + a; ... s> [proc(ans) local b,g; g := (s) -> s^2 + a + b; ... end, 42] There are intricate questions about the scoping of variables etc in the functions f and g. If you have any question files like this, please test them, and let me know about any problems. Neil |