[slime-devel] Re: What expressions can be inspected with slime-inspect?

Paolo Amoroso amoroso at mclink.it
Wed Jul 7 13:42:16 UTC 2004


Luke Gorrie <luke at bluetail.com> writes:

> How about with no SLIME at all?

  * (defclass my-class () ((a) (b)))

  #<STANDARD-CLASS MY-CLASS {4802EC85}>
  * (make-instance 'my-class)

  #<MY-CLASS {480316C5}>
  * (inspect (make-instance 'my-class))

  NIL
  >


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film




More information about the slime-devel mailing list