sbcl
is an implementation of common lisp
max debugging option
to enable more debugging features at the cost of speed:
(declaim (optimize (speed 0) (space 0) (debug 3)))
sbcl
is an implementation of common lisp
to enable more debugging features at the cost of speed:
(declaim (optimize (speed 0) (space 0) (debug 3)))