Re: questions: how to load a file "inlined" inside a let, and how to reference count objects
- From: Espen Vestre <espen@xxxxxxxxxx>
- Date: Thu, 31 Jan 2008 08:57:28 +0100
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)
.
- References:
- Prev by Date: questions: how to load a file "inlined" inside a let, and how to reference count objects
- Next by Date: Re: Security
- Previous by thread: questions: how to load a file "inlined" inside a let, and how to reference count objects
- Next by thread: Re: questions: how to load a file "inlined" inside a let, and how to reference count objects
- Index(es):