[racket] querying for compile-time information

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Sep 9 17:06:04 EDT 2010

On Thu, Sep 9, 2010 at 4:56 PM, Danny Yoo <dyoo at cs.wpi.edu> wrote:
> I'm trying to figure out how to query a module for compile-time
> information.

I think you could use the 'module-language property and
`module->language-info' to communicate this information, although that
isn't its intended purpose.
-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.