[plt-scheme] "raw" strings

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Sep 18 20:57:22 EDT 2009

On Sep 18, Todd O'Bryan wrote:
> Oh, cool. Thanks!

Actually, the at-exp syntax can do what you can do with Python-style
strings, and much more: you get nearly-free form text, customizable
delimiters for even freer text, string interpolation, and markup.  See
this for many details and examples:

  http://barzilay.org/misc/scribble-reader.pdf

(It talks about only the reader -- the @-form syntax is useful for
much more than "only" writing documentation...)

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


Posted on the users mailing list.