Subject: Re: #.#'
From: Erik Naggum <erik@naggum.net>
Date: Mon, 17 Dec 2001 10:57:13 GMT
Newsgroups: comp.lang.lisp
Message-ID: <3217575431935302@naggum.net>

* Vladimir Zolotykh
| DEFPARAMETER, DEFVAR, LOAD-TIME-VALUE don't evaluate their forms until
| load time.  This greatly simplifies work for the COMPILE-FILE function.
| It should not code objects some way (difficult) being reconstructable to
| the same at load time (when compiled file is loaded).  (It must do that
| if forms should be evaluated like that in DEFUN in your example).
| Probably this representation of objects in compiled file called
| 'externalization' and not all objects fall in this category.

  Seems you got most of this exactly right, excet that you can define
  methods on make-load-form for your own classes to make them loadable.

///
-- 
  The past is not more important than the future, despite what your culture
  has taught you.  Your future observations, conclusions, and beliefs are
  more important to you than those in your past ever will be.  The world is
  changing so fast the balance between the past and the future has shifted.