fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

Capturing *trace-output* #46

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello,

I'm new to Lisp, and studying Norvig's book. In the book, he makes use of the trace special form.

So, I was wondering if there might be a way to capture the *trace-output* stream and make it visible on the frontend. I tried (setf *trace-output* *standard-output*), but it didn't seem to work.

I don't really yet know what I'm doing, so any help's appreciated!

Thanks

fredokun commented 5 years ago

I'll dig into this (as a tribute to PAIP ;-) ...