[plt-scheme] Scribble and here strings

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Jul 27 17:19:41 EDT 2009

On Jul 27, Matthew Flatt wrote:
> 
> You want a different function that typesets "verbatim" text but
> applies color and hyperlinks on top of it, like Check Syntax in
> DrScheme. Now seems like a good time for me to finally write that...

BTW, I have some code in my paper that does something similar.  The
idea is that it `read-syntax' all of the expressions from the string,
then uses the location information to pull out the source that
corresponds to the expressions including their neighborhood in a
repl-like way.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.