Subject: Re: defparameter at compile-time...
From: Erik Naggum <erik@naggum.no>
Date: 1999/05/08
Newsgroups: comp.lang.lisp
Message-ID: <3135131519172661@naggum.no>

* David Bakhash <cadet@bu.edu>
| I'm trying to figure out when defparameter does its thing.

  DEFPARAMETER does its thing at load-time.  however, the symbol is
  declared special at compile-time, also.

  what do you do and observe that lead you to do think you need something
  special to make it work at load-time?

#:Erik