[plt-scheme] Scribble "SCHEMEBLOCK" that doesn't interpret Scribble markup

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Feb 24 21:07:36 EST 2009

On Tue, Feb 24, 2009 at 8:00 PM, Neil Van Dyke <neil at neilvandyke.org> wrote:
> Robby Findler wrote at 02/24/2009 08:52 PM:
>>
>> Did you consider using macros to generate the scribble?
>>
>> Or can you say more about how this is being generated?
>>
>
> The source format of the Scheme code that I wish to have formatted by
> Scribble is a string.

You have Scheme code lying around in strings? (I'm not meaning to be
nosy here...)

Anyways, if you're using 'read' and pretty-print to format it, you can
just put the sexp into `(scheme ...)' without using the scribble
reader. That might be easier.

Robby


Posted on the users mailing list.