On Sat, Oct 1, 2011 at 12:21 AM, Alaric Snell-Pym <[email protected]> wrote: > > If all else fails, you can surely map: > > (eval '( ... <unprintable literal> ...)) > > into something like: > > ((eval '(lambda (<gensym>) ( ... <gensym> ...))) <unprintable literal>)
That won't work with macros which need the values at compile time. -- Alex _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
