[racket-dev] Writing a syntax transformer to replace embedded image snips in programs

From: Danny Yoo (dyoo at cs.wpi.edu)
Date: Fri Nov 11 17:31:10 EST 2011

I'm having some trouble writing a function that takes a program with
image snips, lifting those snips to files, and replacing the snips
with name references.  I was wondering if someone seeing anything
trivially wrong in:

    https://github.com/dyoo/whalesong/blob/master/expand-out-images.rkt


Posted on the dev mailing list.