Hello, I'm searching for a way to "partially decompile" a function. I mean, having a compiled function, get its source code with all macros expanded. Or, saying another way, apply 'macroexpand' to a compiled function.
All suggestions are welcome. Here is an explanation why I need this functinality. Maybe a better way exists but I missed it. I want to write an embeddable implementation of a complex system. For development I use many Lisp features, these features are not required in runtime, so for runtime I want to use a minimal possible Lisp. The task is to get a code for the minimal Lisp from the development code. If you have any pointers related to my task, they are also welcome. Regards, Oleg
