table of contents

sbcl

2023-04-29

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)))