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

LOAD-TIME-EVAL



In Maclisp, the SQUID (Self-Quoting Internal Datum) feature in the compiler
offered this same advantage. It was very useful in my Fortran->Lisp translator,
which needed to do the conceptual analog of relocation at load time. I had
one big array called FORTRAN$MEMORY and programs didn't know until load time
what their private data area's offset in that array would be.

I've run into other examples, too, but maybe this suffices to convince people
that CLOS is not the only potential consumer.

Anyway, I'm conceptually in favor of having this capability though I've not
had time to read the particular proposal in detail yet.