[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SUBST vs INLINE, consistent compilation
- To: Masinter at PARC-MAXC
- Subject: SUBST vs INLINE, consistent compilation
- From: Earl A. Killian <EAK at MIT-MC>
- Date: Wed, 03 Feb 1982 23:20:00 -0000
- Cc: Common-Lisp at SU-AI
In Common Lisp the macro definition of SWAP would be the same of
as your SUBST, except for some commas (i.e. defmacro handles
normal argument lists). I don't think Common Lisp needs subst
as another way of defining macros. Inline functions are,
however, useful.