Google
 

Trailing-Edge - PDP-10 Archives - clisp - clisp/flavors/upsala/jordgubb.clisp
There are no other files named jordgubb.clisp in the archive.
(defflavor jordg
  (foo bar)
  ()
  :gettable-instance-variables
  :initable-instance-variables
  :settable-instance-variables
)

(defmethod (jordg :list) ()
  (list foo bar))

(defmethod (jordg :cons) ()
  (cons (send self :foo) (send self :bar)))