[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Top-level forms and eval-when in the compiler [and macrolet too!]
- To: RAM@CMU-CS-C.ARPA
- Subject: Top-level forms and eval-when in the compiler [and macrolet too!]
- From: Tim McNerney <TIM@MIT-MC.ARPA>
- Date: Wed, 11 Sep 85 01:15:31 EDT
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of Thu 5 Sep 1985 13:36 EDT from Rob MacLachlan <RAM at CMU-CS-C.ARPA>
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 ...))