[plt-scheme] Re: macros and eval

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Sat Mar 15 16:24:06 EDT 2008

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



Posted on the users mailing list.