[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Top-level forms
- To: common-lisp@SU-AI
- Subject: Top-level forms
- From: Guy.Steele@CMU-CS-A
- Date: Fri, 15 Jul 1983 03:09:00 -0000
I strongly advocate that Common LISP compilers perform processing
on top-level forms equivalent to making the form into a function
of no arguments, compiling that, and then invoking it.
--Guy