[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: macro expansion
- To: lisp-forum at mit-mc
- Subject: Re: macro expansion
- From: CSVAX.fateman at Berkeley
- Date: Mon ,24 Nov 80 19:33:26 EDT
- Cc: CSVAX.fateman at Berkeley
Dan Friedman at Indiana (off arpa net) called me to find out if Franz
could be made to do the following:
(dm a (l) l) ;; dm defines a macro..
(a 1) ==> infinite loop.
right now it produces a stack overflow. Clearly it could
be done by a "goto" in the evaluator. Comments?
Would such a feature be useful in various other lisp incarnations?
Would such a feature hurt?