Luke Gorrie luke@bluetail.com writes:
Ahoy,
I had thought the 'view-source' command only worked at defun-granularity in SBCL, but Christophe just pointed out that it works to the exact expression (like in CMUCL) provided that your code is compiled at (optimize (debug 2)) or higher.
Why is SBCL itself not compiled with that option?