You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: