[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

load



Manual says load with no extension will check bin and source files;
not true.

It might be nice if load used a settable environment analogous
to repl-env, so that if some parts of a file need to be evaluated
in a particular environment once could simply wrap them in a
(BIND (((LOAD-ENV) *the-desired-environment*))
   do stuff
  )
,
-------