[plt-scheme] syntax-case vs. #lang scheme/base

From: Michael Sperber (sperber at deinprogramm.de)
Date: Thu Oct 16 05:28:59 EDT 2008

"Carl Eastlund" <cce at ccs.neu.edu> writes:

> On Thu, Oct 16, 2008 at 5:19 AM, Michael Sperber
> <sperber at deinprogramm.de> wrote:
>>
>> Thanks for the quick answers, Carl and Dave!  Now, I did try this:
>>
>> (require-for-syntax scheme/base)
>>
>> which doesn't work, but which I always assumed to be synonymous to the
>> above.  How is it different?
>
> It's obsolete - require-for-syntax is a PLT v3xx-ism; (require
> (for-syntax ...)) is a PLT 4.x-ism.

Arglll ... I see that it's not even bound in scheme/base, but the #%app
error message keeps me from even seeing that.  Thanks!

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla


Posted on the users mailing list.