hello !
How do i get the code of an interpreted function with all macro-expansions
done.
same result as evaluating :
(walker:macroexpand-all '(defun foo() ...))
but having only the #<Interpreted function FOO {...}> at hand.
thanks.
hello !
How do i get the code of an interpreted function with all macro-expansions
done.
same result as evaluating :
(walker:macroexpand-all '(defun foo() ...))
but having only the #<Interpreted function FOO {...}> at hand.
thanks.