From: M'Isr
Subject: Re: LISP WORM
Date: 
Message-ID: <49o8qu$jhi$2@mhafc.production.compuserve.com>
The defmacro should be writ as
(defmacro worm ()
  (let ((fname (GENSYM)))
    `(Progn
           . . .

not
(defmacro worm ()
  `(progn
          . . .

sorry for the bug.
It should run with this fix.

-- 
Khos AI
VIRX