On Wed, Jul 15 2015, Blake McBride wrote:
- (I imagine) some lisp's can provide better debugging information on
interpreted code rather than compiled code
That's the case for some implementations but for some it's the other way around. At least CMUCL/SBCL produce better debugging information for compiled code.
Helmut