[racket] heredoc syntax

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Thu Aug 18 16:43:33 EDT 2011

Whats the syntax for heredoc strings?

I was surprised that I couldn't find documentation for the lexical structure of racket. I also grepped the source for 'heredoc' but didn't come up with anything.

I like python's heredoc syntax -- triple quotes. """a heredoc string""", if such a thing could be added to racket (I will most likely do something like this for 
honu).


Posted on the users mailing list.