Re: questions: how to load a file "inlined" inside a let, and how to reference count objects



Michael Kohout <mwkohout@xxxxxxxxx> writes:

in summary, my question is if there is any standard macro or whatnot
that does this for me: inlining loaded files so the example closure
will work.

No, but you could easily hack a macro that reads the file and glues
the code into the function. But I really don't think you want to do
this. Are you sure you don't want to use dynamic variables instead?

--
(espen)
.