Something went wrong while setting issue due date.
Tracer: add usage examples and document compiled-code quirks
https://common-lisp.net/project/ecl/static/manual/re53.html
This is not clear how to use tracer with its extension, for instance to use :print
the following syntax is implemented: (trace (bam :print ("hi" 4) :print-after ("hi" 8) :step))
Also we need to document (or fix that behavior), that tracer replaces function definition (and embeds it), what causes it being compiled with the function when we call (compile 'bam)
. Also document the optimization settings required, to show recursive calls.