Hey, I was trying to do something quite similar but ran into some problems.
I have some code that generates two expressions, the left and right hand 
side of a function definition:
i.e.
farg = :(f(a,b,c,..))
texpr = :[a+b; a-b*c...]
but I need a way to generate this function without 'eval'ing it (i.e. using 
a macro). However, when I try to do this I can only seem to generate a 
function that returns the function expression (:[..df]) 

any ideas?

Reply via email to