Re: Save & load file
Helmut Eller <[email protected]> Wed, 15 Jul 2015 15:17:22 +0200
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 15 2015, Blake McBride wrote: > 3. (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