[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(eq #'eq #'eq)
- To: SEB1525@draper.com
- Subject: (eq #'eq #'eq)
- From: Jon L White <jonl@lucid.com>
- Date: Wed, 21 Sep 88 00:44:01 PDT
- Cc: common-lisp@SAIL.STANFORD.EDU
- In-reply-to: "Steve Bacher (Batchman)"'s message of Thu, 15 Sep 88 07:26 EDT <8809151609.AA01072@lucid.com>
re: I was pleased to hear that it is conceivable for a valid CL
implementation not necessarily to return the same object for
(SYMBOL-FUNCTION foo) all the time. Such freedom is probably
necessary in order to support function autoloading on (formerly
much-maligned until recent developments in the business world)
"stock hardware".
Lucid's releae 3.0 contains a simple but effective "autoload" scheme.
The issue of whether SYMBOL-FUNCTION and MACRO-FUNCTION should load-in
an autoloadable function was raised during design deliberations, but no
satisfactory resolution was obtained. As a compromise, there is a
function ENSURE-AUTOLOADED to "snap it in" if it isn't already loaded.
-- JonL --