[plt-scheme] How to get a function from the symbol representingit?
On Wed, Apr 9, 2008 at 10:52 PM, Jos Koot <jos.koot at telefonica.net> wrote:
> I look forward to it.
> To be precise, in the case of testing syntax error processing by macros, it
> is not the evaluation I use eval for. The code would not run anyway. I use
> eval to 'compile' the code and catch the syntax errors from the 'compiler'.
When i've tested macros I've written tests that expand into success or
failure (in SchemeUnit #t or (fail)). You can use the usual
SchemeUnit functions at expansion time using a for-syntax require.
N.