scratch

§ Common Lisp Debugging: Clouseau

created 2022-05-04 · last edited 2023-04-02
  • Install the clouseau package to get GUI visualizations of common lisp code.
  • Use (ql:quickload 'clouseau) to use the package, and then use (clouseau:inspect (make-condition 'uiop:subprocess-error :code 42)) to inspect a variable.
❦
Newer ৪ Blog ৪ Older