Debugging in Common Lisp

from blog Lisp journey, | ↗ original
You entered this new world of Lisp and now wonder: how can we debug what’s going on ? How is it more interactive than in other platforms ? What does bring the interactive debugger appart from stacktraces ? note: this tutorial is available on the Common Lisp Cookbook and it will receive updates there. If you want step-by-step examples of...