http://clhs.lisp.se/Body/f_pr_obj.htm
So say you have a object type FOO, you can do this:
(defmethod print-object ((obj FOO) stream) ...)
Obviously it doesn't provide a drilldown approach and any number of nifty and useful functions.
http://clhs.lisp.se/Body/f_pr_obj.htm
So say you have a object type FOO, you can do this:
Now, when you have a FOO on the repl, print-object will be called.Obviously it doesn't provide a drilldown approach and any number of nifty and useful functions.