[plt-scheme] Re: macros and eval
On Mar 14, 2008, at 10:44 AM, jomirez wrote:
>
> preferrably without any #lang header or any other "not strictly
> necessary" text (although if there is no way around this, i know i can
> simulate it in memory, or write it into another - temporary - file) ,
> so it won't confuse some of our half braindead admins ;-).
>
> thx for your help, jr.
So you do want to write an interpreter/language.
How about adding the line #lang scheme (or if you want to
go fancy: #lang vmlanguage) and dynamically requiring the
resulting module then? Look for dynamic-require.
-- Matthias