[plt-scheme] Scribble and here strings
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!