compiling anonymous function
I have a function #<anonymous interpreted function 2E53A15A> bound to a variable f and hence I can call it: (funcall f ....) However, I can't compile it, because (compile f) complains that f is not a symbol and (compile 'f) says that f is an undefined function, which is of course right. Is there nevertheless a way to compile f? Yours, Reinhard Oldenburg