[plt-scheme] Re: Where is macroexpand in PLT Scheme?

From: Bill Clementson (bill_clementson at yahoo.com)
Date: Tue Nov 11 00:40:54 EST 2003

Geoffrey Knauth
<geoff-9dBIAfr+9LAdnm+yROfE0A at public.gmane.org>
writes:

> cd /Applications/Added_Apps/PLT_v205/
> find . -type f | xargs egrep -nH -e 'macro.*expand'
> [...]
> ./collects/slibinit/init.ss:243:(define
(macroexpand-1 e)
> ./collects/slibinit/init.ss:251:(define (macroexpand
e)
[snip]

Are you saying that the macroexpand in slibinit can be
used to expand
R5RS hygienic macros? 

--
Bill Clementson

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


Posted on the users mailing list.