[plt-scheme] verifying whether a symbol is defined at compile time?

From: Jakub Piotr Cłapa (jpc at pld-linux.org)
Date: Sun Apr 29 07:33:38 EDT 2007

Jens Axel Søgaard wrote:
> Hi Yin-So,
> 
> Matthew's hint about identifier-binding is probably what you need now.
> In more general situations you can keep track of the names (and/or 
> associated informations) by a define-like macro with the help
> of a little bookkeeping.

As a side note a related/unrelated question:

This bookkeeping requires many files since you can only put a module in 
it's own file with a name equal to that from module the definition or am 
I missing something?

-- 
regards,
Jakub Piotr Cłapa


Posted on the users mailing list.