[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Top-level forms and eval-when in the compiler [and macrolet too!]



Should a CL compiler generate interpreted or compiled definitions
for the the functions f and g in the following form?

(macrolet (...)
  (defun f ...)
  (defun g ...))